|
59 | 59 | master_doc = 'index' |
60 | 60 |
|
61 | 61 | # General information about the project. |
62 | | -project = 'Python-CPP Example' |
| 62 | +project = 'python_cpp_example' |
63 | 63 | copyright = '2017, Benjamin Jack' |
64 | 64 | author = 'Benjamin Jack' |
65 | 65 |
|
|
113 | 113 | # -- Options for HTMLHelp output ------------------------------------------ |
114 | 114 |
|
115 | 115 | # Output file base name for HTML help builder. |
116 | | -htmlhelp_basename = 'Python-CPPExampledoc' |
| 116 | +htmlhelp_basename = 'python_cpp_example_doc' |
117 | 117 |
|
118 | 118 |
|
119 | 119 | # -- Options for LaTeX output --------------------------------------------- |
|
140 | 140 | # (source start file, target name, title, |
141 | 141 | # author, documentclass [howto, manual, or own class]). |
142 | 142 | latex_documents = [ |
143 | | - (master_doc, 'Python-CPPExample.tex', 'Python-CPP Example Documentation', |
| 143 | + (master_doc, 'python_cpp_example.tex', 'Python/C++ Project Example Documentation', |
144 | 144 | 'Benjamin Jack', 'manual'), |
145 | 145 | ] |
146 | 146 |
|
|
150 | 150 | # One entry per manual page. List of tuples |
151 | 151 | # (source start file, name, description, authors, manual section). |
152 | 152 | man_pages = [ |
153 | | - (master_doc, 'python-cppexample', 'Python-CPP Example Documentation', |
| 153 | + (master_doc, 'python_cpp_example', 'Python/C++ Project Example Documentation', |
154 | 154 | [author], 1) |
155 | 155 | ] |
156 | 156 |
|
|
161 | 161 | # (source start file, target name, title, author, |
162 | 162 | # dir menu entry, description, category) |
163 | 163 | texinfo_documents = [ |
164 | | - (master_doc, 'Python-CPPExample', 'Python-CPP Example Documentation', |
165 | | - author, 'Python-CPPExample', 'One line description of project.', |
| 164 | + (master_doc, 'python_cpp_example', 'Python/C++ Project Example Documentation', |
| 165 | + author, 'python_cpp_example', 'One line description of project.', |
166 | 166 | 'Miscellaneous'), |
167 | 167 | ] |
168 | 168 |
|
|
0 commit comments