|
65 | 65 | # source_suffix = ['.rst', '.md'] |
66 | 66 | source_suffix = '.rst' |
67 | 67 |
|
68 | | -# The master toctree document. |
69 | | -master_doc = 'index' |
| 68 | +# The main toctree document. |
| 69 | +main_doc = 'index' |
70 | 70 |
|
71 | 71 | # General information about the project. |
72 | 72 | project = u'Voxelwise modeling tutorials' |
|
170 | 170 | # (source start file, target name, title, |
171 | 171 | # author, documentclass [howto, manual, or own class]). |
172 | 172 | latex_documents = [ |
173 | | - (master_doc, 'Tutorials.tex', u'Tutorials Documentation', |
| 173 | + (main_doc, 'Tutorials.tex', u'Tutorials Documentation', |
174 | 174 | u'Gallant lab', 'manual'), |
175 | 175 | ] |
176 | 176 |
|
177 | 177 | # -- Options for manual page output --------------------------------------- |
178 | 178 |
|
179 | 179 | # One entry per manual page. List of tuples |
180 | 180 | # (source start file, name, description, authors, manual section). |
181 | | -man_pages = [(master_doc, 'tutorials', u'Tutorials Documentation', [author], 1) |
| 181 | +man_pages = [(main_doc, 'tutorials', u'Tutorials Documentation', [author], 1) |
182 | 182 | ] |
183 | 183 |
|
184 | 184 | # -- Options for Texinfo output ------------------------------------------- |
|
187 | 187 | # (source start file, target name, title, author, |
188 | 188 | # dir menu entry, description, category) |
189 | 189 | texinfo_documents = [ |
190 | | - (master_doc, 'Tutorials', u'Tutorials Documentation', author, 'Tutorials', |
| 190 | + (main_doc, 'Tutorials', u'Tutorials Documentation', author, 'Tutorials', |
191 | 191 | 'One line description of project.', 'Miscellaneous'), |
192 | 192 | ] |
193 | 193 |
|
|
0 commit comments