|
208 | 208 | # (source start file, target name, title, |
209 | 209 | # author, documentclass [howto, manual, or own class]). |
210 | 210 | latex_documents = [ |
211 | | - ('contents', 'AABBTree.tex', 'AABBTree Documentation', |
| 211 | + ('index', 'AABBTree.tex', 'AABBTree Documentation', |
212 | 212 | 'Kenneth Hart', 'howto'), |
213 | 213 | ] |
214 | 214 |
|
|
218 | 218 | # One entry per manual page. List of tuples |
219 | 219 | # (source start file, name, description, authors, manual section). |
220 | 220 | man_pages = [ |
221 | | - ('contents', 'AABBTree', 'AABBTree Documentation', |
| 221 | + ('index', 'AABBTree', 'AABBTree Documentation', |
222 | 222 | [author], 1) |
223 | 223 | ] |
224 | 224 |
|
|
229 | 229 | # (source start file, target name, title, author, |
230 | 230 | # dir menu entry, description, category) |
231 | 231 | texinfo_documents = [ |
232 | | - ('contents', 'AABBTree', 'AABBTree Documentation', |
| 232 | + ('index', 'AABBTree', 'AABBTree Documentation', |
233 | 233 | author, 'AABBTree', |
234 | 234 | 'Pure Python implementation of d-dimensional AABB tree.', |
235 | 235 | 'Miscellaneous'), |
|
0 commit comments