Cherry Pick - Fix the module-name typos

Fix the module name 'Glance' -> 'Gluon'.

Change-Id: Ia38fe824c06a9a2f9bef8f3ca6d136002499bc15
This commit is contained in:
yuhui_inspur 2017-02-22 22:08:33 -08:00 committed by Bin Hu
parent 236856c034
commit 4867cd907d
1 changed files with 9 additions and 9 deletions

View File

@ -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'),
]