|
212 | 212 | # (source start file, target name, title, |
213 | 213 | # author, documentclass [howto, manual, or own class]). |
214 | 214 | latex_documents = [ |
215 | | - ('index', 'diffpyutils.tex', u'diffpy.utils Documentation', |
| 215 | + ('index', 'diffpy.utils.tex', u'diffpy.utils Documentation', |
216 | 216 | ab_authors, 'manual'), |
217 | 217 | ] |
218 | 218 |
|
|
242 | 242 | # One entry per manual page. List of tuples |
243 | 243 | # (source start file, name, description, authors, manual section). |
244 | 244 | man_pages = [ |
245 | | - ('index', 'srreal', u'SrReal Documentation', |
| 245 | + ('index', 'diffpy.utils', u'diffpy.utils Documentation', |
246 | 246 | ab_authors, 1) |
247 | 247 | ] |
248 | 248 |
|
|
256 | 256 | # (source start file, target name, title, author, |
257 | 257 | # dir menu entry, description, category) |
258 | 258 | texinfo_documents = [ |
259 | | - ('index', 'diffpyutils', u'diffpy.utils Documentation', |
260 | | - ab_authors, 'diffpyutils', 'One line description of project.', |
| 259 | + ('index', 'diffpy.utils', u'diffpy.utils Documentation', |
| 260 | + ab_authors, 'diffpy.utils', 'One line description of project.', |
261 | 261 | 'Miscellaneous'), |
262 | 262 | ] |
263 | 263 |
|
|
0 commit comments