From 4867cd907d1ccbfd5f09186bbdd81e727bfbc54d Mon Sep 17 00:00:00 2001 From: yuhui_inspur Date: Wed, 22 Feb 2017 22:08:33 -0800 Subject: [PATCH] Cherry Pick - Fix the module-name typos Fix the module name 'Glance' -> 'Gluon'. Change-Id: Ia38fe824c06a9a2f9bef8f3ca6d136002499bc15 --- releasenotes/source/conf.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 7ccfd8f..e93041d 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Glance Release Notes documentation build configuration file, created by +# Gluon 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 @@ -189,7 +189,7 @@ html_static_path = ['_static'] # html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'GlanceReleaseNotesdoc' +htmlhelp_basename = 'GluonReleaseNotesdoc' # -- Options for LaTeX output --------------------------------------------- @@ -209,8 +209,8 @@ 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', 'GluonReleaseNotes.tex', u'Gluon Release Notes Documentation', + u'Gluon Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -239,8 +239,8 @@ 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', 'gluonreleasenotes', u'Gluon Release Notes Documentation', + [u'Gluon Developers'], 1) ] # If true, show URL addresses after external links. @@ -253,9 +253,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', - 'One line description of project.', + ('index', 'GluonReleaseNotes', u'Gluon Release Notes Documentation', + u'Gluon Developers', 'GluonReleaseNotes', + 'Gluon is A Model-Driven, Extensible Framework for Networking APIs.', 'Miscellaneous'), ]