--- a/src/source/conf.py Fri Apr 27 15:44:46 2018 +0200
+++ b/src/source/conf.py Wed May 09 17:33:41 2018 +0200
@@ -89,7 +89,7 @@
master_doc = 'index'
# General information about the project.
-project = 'PyAMS User Guide'
+project = 'PyAMS Documentation'
copyright = '2018, Thierry Florac'
author = 'Thierry Florac'
@@ -148,7 +148,7 @@
# -- Options for HTMLHelp output ------------------------------------------
# Output file base name for HTML help builder.
-htmlhelp_basename = 'PyAMSUserGuidedoc'
+htmlhelp_basename = 'PyAMSDocumentation'
# -- Options for LaTeX output ---------------------------------------------
@@ -175,7 +175,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'PyAMSUserGuide.tex', 'PyAMS User Guide Documentation',
+ (master_doc, 'PyAMSDocumentation.tex', 'PyAMS Documentation',
'Thierry Florac', 'manual'),
]
@@ -185,7 +185,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'pyamsuserguide', 'PyAMS User Guide Documentation',
+ (master_doc, 'PyAMSDocumentation', 'PyAMS Documentation',
[author], 1)
]
@@ -196,8 +196,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'PyAMSUserGuide', 'PyAMS User Guide Documentation',
- author, 'PyAMSUserGuide', 'One line description of project.',
+ (master_doc, 'PyAMSDocumentation', 'PyAMS Documentation',
+ author, 'PyAMSDocumentation', 'PyAMS a CMS based on Pyramid and Zope',
'Miscellaneous'),
]