Skip to content

Commit 014bc8f

Browse files
committed
DOC: fix documentation project name
Name it consistently as `diffpy.srfit`.
1 parent 00633cc commit 014bc8f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

doc/manual/source/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
master_doc = 'index'
5151

5252
# General information about the project.
53-
project = u'SrFit'
53+
project = u'diffpy.srfit'
5454
copyright = u'%Y, Brookhaven National Laboratory'
5555

5656
# The version info for the project you're documenting, acts as replacement for
@@ -186,7 +186,7 @@
186186
# html_file_suffix = None
187187

188188
# Output file base name for HTML help builder.
189-
htmlhelp_basename = 'SrFitdoc'
189+
htmlhelp_basename = 'srfitdoc'
190190

191191

192192
# -- Options for LaTeX output --------------------------------------------------
@@ -205,7 +205,7 @@
205205
# Grouping the document tree into LaTeX files. List of tuples
206206
# (source start file, target name, title, author, documentclass [howto/manual]).
207207
latex_documents = [
208-
('index', 'SrFit_manual.tex', u'SrFit Documentation',
208+
('index', 'srfit_manual.tex', u'diffpy.srfit documentation',
209209
ab_authors, 'manual'),
210210
]
211211

@@ -235,7 +235,7 @@
235235
# One entry per manual page. List of tuples
236236
# (source start file, name, description, authors, manual section).
237237
man_pages = [
238-
('index', 'srfit', u'SrFit Documentation',
238+
('index', 'diffpy.srfit', u'diffpy.srfit documentation',
239239
ab_authors, 1)
240240
]
241241

@@ -249,8 +249,8 @@
249249
# (source start file, target name, title, author,
250250
# dir menu entry, description, category)
251251
texinfo_documents = [
252-
('index', 'SrFit', u'SrFit Documentation',
253-
ab_authors, 'SrFit', 'One line description of project.',
252+
('index', 'diffpy.srfit', u'diffpy.srfit documentation',
253+
ab_authors, 'diffpy.srfit', 'One line description of project.',
254254
'Miscellaneous'),
255255
]
256256

0 commit comments

Comments
 (0)