Merge "Update PDF file names and clean up conf.py"

This commit is contained in:
Jenkins 2017-03-24 00:09:09 +00:00 committed by Gerrit Code Review
commit 3cfecc1cb2
4 changed files with 30 additions and 16 deletions

View File

@ -234,7 +234,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'ArchGuideRst.tex', u'Architecture Design Guide',
('index', 'ArchGuide.tex', u'Architecture Design Guide',
u'OpenStack contributors', 'manual'),
]
@ -264,7 +264,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'ArchDesignRst', u'Architecture Design Guide',
('index', 'ArchDesign', u'Architecture Design Guide',
[u'OpenStack contributors'], 1)
]
@ -278,8 +278,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'ArchDesignRst', u'Architecture Design Guide',
u'OpenStack contributors', 'ArchDesignRst',
('index', 'ArchDesign', u'Architecture Design Guide',
u'OpenStack contributors', 'ArchDesign',
'To reap the benefits of OpenStack, you should plan, design,'
'and architect your cloud properly, taking user needs into'
'account and understanding the use cases.'
@ -300,3 +300,10 @@ texinfo_documents = [
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']
# -- Options for PDF output --------------------------------------------------
pdf_documents = [
('index', u'ArchDesignGuide', u'Architecture Design Guide',
u'OpenStack contributors')
]

View File

@ -244,7 +244,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'CLIRefRst.tex', u'Command-Line Interface Reference',
('index', 'CLIRef.tex', u'Command-Line Interface Reference',
u'OpenStack contributors', 'manual'),
]
@ -274,7 +274,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'CLIRefRst', u'Command-Line Interface Reference',
('index', 'CLIRef', u'Command-Line Interface Reference',
[u'OpenStack contributors'], 1)
]
@ -288,8 +288,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'CLIRefRst', u'Command-Line Interface Reference',
u'OpenStack contributors', 'CLIRefRst',
('index', 'CLIRef', u'Command-Line Interface Reference',
u'OpenStack contributors', 'CLIRef',
'This guide documents the OpenStack command-line clients.',
'Miscellaneous'),
]

View File

@ -240,7 +240,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'ConfigRefRst.tex', u'Configuration Reference',
('index', 'ConfigRef.tex', u'Configuration Reference',
u'OpenStack contributors', 'manual'),
]
@ -270,7 +270,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'ConfigRefRst', u'Configuration Reference',
('index', 'ConfigRef', u'Configuration Reference',
[u'OpenStack contributors'], 1)
]
@ -284,8 +284,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'ConfigRefRst', u'Configuration Reference',
u'OpenStack contributors', 'ConfigRefRst',
('index', 'ConfigRef', u'Configuration Reference',
u'OpenStack contributors', 'ConfigRef',
'This document is for system administrators who want to look up'
'configuration options. It contains lists of configuration options'
'available with OpenStack and uses auto-generation to generate options'

View File

@ -235,7 +235,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'ImageGuideRst.tex', u'Virtual Machine Image Guide',
('index', 'ImageGuide.tex', u'Virtual Machine Image Guide',
u'OpenStack contributors', 'manual'),
]
@ -265,7 +265,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'ImageGuideRst', u'Virtual Machine Image Guide',
('index', 'ImageGuide', u'Virtual Machine Image Guide',
[u'OpenStack contributors'], 1)
]
@ -279,8 +279,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'ImageGuideRst', u'Virtual Machine Image Guide',
u'OpenStack contributors', 'ImageGuideRst',
('index', 'ImageGuide', u'Virtual Machine Image Guide',
u'OpenStack contributors', 'ImageGuide',
'This document is for system administrators who want to look up'
'how to create a virtual machine image.', 'Miscellaneous'),
]
@ -299,3 +299,10 @@ texinfo_documents = [
# -- Options for Internationalization output ------------------------------
locale_dirs = ['locale/']
# -- Options for PDF output --------------------------------------------------
pdf_documents = [
('index', u'ImageGuide', u'Virtual Machine Image Guide',
u'OpenStack contributors')
]