From ca780c015848e3e77b6063f0972c20de453994cf Mon Sep 17 00:00:00 2001 From: liusheng Date: Wed, 18 Jan 2017 09:10:32 +0800 Subject: [PATCH] Trivial-Fix: Replace the glance with mogan client in doc Change-Id: I2442394ca41c3a7e77df1f41cd71c8334f541e54 --- releasenotes/source/conf.py | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index c4a6edc..35f2566 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -15,8 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Glance Release Notes documentation build configuration file, created by -# sphinx-quickstart on Tue Nov 3 17:40:50 2015. +# Mogan Client Release Notes documentation build configuration file, created +# by sphinx-quickstart on Tue Nov 3 17:40:50 2015. # # This file is execfile()d with the current directory set to its # containing dir. @@ -192,7 +192,7 @@ html_static_path = ['_static'] # html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'GlanceReleaseNotesdoc' +htmlhelp_basename = 'MoganClientReleaseNotesdoc' # -- Options for LaTeX output --------------------------------------------- @@ -212,8 +212,9 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation', - u'Glance Developers', 'manual'), + ('index', 'MoganClientReleaseNotes.tex', + u'Mogan Client Release Notes Documentation', + u'Mogan Client Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -242,8 +243,9 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'glancereleasenotes', u'Glance Release Notes Documentation', - [u'Glance Developers'], 1) + ('index', 'moganclientreleasenotes', + u'Mogan Client Release Notes Documentation', + [u'Mogan Client Developers'], 1) ] # If true, show URL addresses after external links. @@ -256,8 +258,9 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation', - u'Glance Developers', 'GlanceReleaseNotes', + ('index', 'MoganClientReleaseNotes', + u'Mogan Client Release Notes Documentation', + u'Mogan Client Developers', 'MoganClientReleaseNotes', 'One line description of project.', 'Miscellaneous'), ]