|
50 | 50 | master_doc = 'index' |
51 | 51 |
|
52 | 52 | # General information about the project. |
53 | | -project = u'SrFit' |
| 53 | +project = u'diffpy.srfit' |
54 | 54 | copyright = u'%Y, Brookhaven National Laboratory' |
55 | 55 |
|
56 | 56 | # The version info for the project you're documenting, acts as replacement for |
|
186 | 186 | # html_file_suffix = None |
187 | 187 |
|
188 | 188 | # Output file base name for HTML help builder. |
189 | | -htmlhelp_basename = 'SrFitdoc' |
| 189 | +htmlhelp_basename = 'srfitdoc' |
190 | 190 |
|
191 | 191 |
|
192 | 192 | # -- Options for LaTeX output -------------------------------------------------- |
|
205 | 205 | # Grouping the document tree into LaTeX files. List of tuples |
206 | 206 | # (source start file, target name, title, author, documentclass [howto/manual]). |
207 | 207 | latex_documents = [ |
208 | | - ('index', 'SrFit_manual.tex', u'SrFit Documentation', |
| 208 | + ('index', 'srfit_manual.tex', u'diffpy.srfit documentation', |
209 | 209 | ab_authors, 'manual'), |
210 | 210 | ] |
211 | 211 |
|
|
235 | 235 | # One entry per manual page. List of tuples |
236 | 236 | # (source start file, name, description, authors, manual section). |
237 | 237 | man_pages = [ |
238 | | - ('index', 'srfit', u'SrFit Documentation', |
| 238 | + ('index', 'diffpy.srfit', u'diffpy.srfit documentation', |
239 | 239 | ab_authors, 1) |
240 | 240 | ] |
241 | 241 |
|
|
249 | 249 | # (source start file, target name, title, author, |
250 | 250 | # dir menu entry, description, category) |
251 | 251 | 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.', |
254 | 254 | 'Miscellaneous'), |
255 | 255 | ] |
256 | 256 |
|
|
0 commit comments