Trivial-Fix: Replace the glance with mogan client in doc

Change-Id: I2442394ca41c3a7e77df1f41cd71c8334f541e54
This commit is contained in:
liusheng 2017-01-18 09:10:32 +08:00
parent 0ef5046218
commit ca780c0158

View File

@ -15,8 +15,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# Glance Release Notes documentation build configuration file, created by # Mogan Client Release Notes documentation build configuration file, created
# sphinx-quickstart on Tue Nov 3 17:40:50 2015. # by sphinx-quickstart on Tue Nov 3 17:40:50 2015.
# #
# This file is execfile()d with the current directory set to its # This file is execfile()d with the current directory set to its
# containing dir. # containing dir.
@ -192,7 +192,7 @@ html_static_path = ['_static']
# html_file_suffix = None # html_file_suffix = None
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = 'GlanceReleaseNotesdoc' htmlhelp_basename = 'MoganClientReleaseNotesdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -212,8 +212,9 @@ latex_elements = {
# (source start file, target name, title, # (source start file, target name, title,
# author, documentclass [howto, manual, or own class]). # author, documentclass [howto, manual, or own class]).
latex_documents = [ latex_documents = [
('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation', ('index', 'MoganClientReleaseNotes.tex',
u'Glance Developers', 'manual'), 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 # 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 # One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section). # (source start file, name, description, authors, manual section).
man_pages = [ man_pages = [
('index', 'glancereleasenotes', u'Glance Release Notes Documentation', ('index', 'moganclientreleasenotes',
[u'Glance Developers'], 1) u'Mogan Client Release Notes Documentation',
[u'Mogan Client Developers'], 1)
] ]
# If true, show URL addresses after external links. # If true, show URL addresses after external links.
@ -256,8 +258,9 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation', ('index', 'MoganClientReleaseNotes',
u'Glance Developers', 'GlanceReleaseNotes', u'Mogan Client Release Notes Documentation',
u'Mogan Client Developers', 'MoganClientReleaseNotes',
'One line description of project.', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]