|
58 | 58 | numpydoc_show_class_members = False |
59 | 59 |
|
60 | 60 | # The main toctree document. |
61 | | -main_doc = 'index' |
| 61 | +master_doc = 'index' |
62 | 62 |
|
63 | 63 | # General information about the project. |
64 | 64 | project = 'pyro' |
|
161 | 161 | # (source start file, target name, title, |
162 | 162 | # author, documentclass [howto, manual, or own class]). |
163 | 163 | latex_documents = [ |
164 | | - (main_doc, 'pyro.tex', 'pyro Documentation', |
| 164 | + (master_doc, 'pyro.tex', 'pyro Documentation', |
165 | 165 | 'pyro development team', 'manual'), |
166 | 166 | ] |
167 | 167 |
|
|
171 | 171 | # One entry per manual page. List of tuples |
172 | 172 | # (source start file, name, description, authors, manual section). |
173 | 173 | man_pages = [ |
174 | | - (main_doc, 'pyro', 'pyro Documentation', |
| 174 | + (master_doc, 'pyro', 'pyro Documentation', |
175 | 175 | [author], 1) |
176 | 176 | ] |
177 | 177 |
|
|
182 | 182 | # (source start file, target name, title, author, |
183 | 183 | # dir menu entry, description, category) |
184 | 184 | texinfo_documents = [ |
185 | | - (main_doc, 'pyro', 'pyro Documentation', |
| 185 | + (master_doc, 'pyro', 'pyro Documentation', |
186 | 186 | author, 'pyro', 'One line description of project.', |
187 | 187 | 'Miscellaneous'), |
188 | 188 | ] |
0 commit comments