Capitalized Collector in the title

Change-Id: I9dc0fff212bfab95834f8b8ca9cf103f57955d9a
This commit is contained in:
Patrick Petit
2015-10-27 18:04:53 +09:00
parent bb8edfbe8b
commit 1851f04b3e

View File

@@ -46,7 +46,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'The LMA collector plugin for Fuel'
project = u'The LMA Collector Plugin for Fuel'
copyright = u'2015, Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for
@@ -201,7 +201,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'LMAcollector.tex', u'The LMA collector plugin for Fuel Documentation',
('index', 'LMAcollector.tex', u'The LMA Collector Plugin for Fuel Documentation',
u'Mirantis Inc.', 'manual'),
]
@@ -231,7 +231,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'lmacollector', u'The LMA collector plugin for Fuel Documentation',
('index', 'lmacollector', u'The LMA Collector Plugin for Fuel Documentation',
[u'Mirantis Inc.'], 1)
]
@@ -245,7 +245,7 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'LMAcollector', u'The LMA collector plugin for Fuel Documentation',
('index', 'LMAcollector', u'The LMA Collector Plugin for Fuel Documentation',
u'Mirantis Inc.', 'LMAcollector', 'One line description of project.',
'Miscellaneous'),
]