Skip to content

Commit 14087b2

Browse files
committed
Remove non-relevant names for generated docs.
1 parent 66d47ed commit 14087b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/manual/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
# (source start file, target name, title,
213213
# author, documentclass [howto, manual, or own class]).
214214
latex_documents = [
215-
('index', 'diffpyutils.tex', u'diffpy.utils Documentation',
215+
('index', 'diffpy.utils.tex', u'diffpy.utils Documentation',
216216
ab_authors, 'manual'),
217217
]
218218

@@ -242,7 +242,7 @@
242242
# One entry per manual page. List of tuples
243243
# (source start file, name, description, authors, manual section).
244244
man_pages = [
245-
('index', 'srreal', u'SrReal Documentation',
245+
('index', 'diffpy.utils', u'diffpy.utils Documentation',
246246
ab_authors, 1)
247247
]
248248

@@ -256,8 +256,8 @@
256256
# (source start file, target name, title, author,
257257
# dir menu entry, description, category)
258258
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.',
261261
'Miscellaneous'),
262262
]
263263

0 commit comments

Comments
 (0)