|
|
|
@ -46,8 +46,8 @@ master_doc = 'index'
|
|
|
|
|
|
|
|
|
|
# General information about the project.
|
|
|
|
|
openstackdocs_auto_name = False
|
|
|
|
|
project = u'freezer-api'
|
|
|
|
|
copyright = u'2016, OpenStack'
|
|
|
|
|
project = 'freezer-api'
|
|
|
|
|
copyright = '2016, OpenStack'
|
|
|
|
|
|
|
|
|
|
# The version info for the project you're documenting, acts as replacement for
|
|
|
|
|
# |version| and |release|, also used in various other places throughout the
|
|
|
|
@ -191,8 +191,8 @@ latex_elements = {
|
|
|
|
|
# (source start file, target name, title,
|
|
|
|
|
# author, documentclass [howto, manual, or own class]).
|
|
|
|
|
latex_documents = [
|
|
|
|
|
('index', 'freezer-api.tex', u'freezer-api Documentation',
|
|
|
|
|
u'OpenStack', 'manual'),
|
|
|
|
|
('index', 'freezer-api.tex', 'freezer-api Documentation',
|
|
|
|
|
'OpenStack', 'manual'),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# The name of an image file (relative to this directory) to place at the top of
|
|
|
|
@ -221,8 +221,8 @@ latex_documents = [
|
|
|
|
|
# One entry per manual page. List of tuples
|
|
|
|
|
# (source start file, name, description, authors, manual section).
|
|
|
|
|
man_pages = [
|
|
|
|
|
('index', 'freezer-api', u'freezer-api Documentation',
|
|
|
|
|
[u'OpenStack'], 1)
|
|
|
|
|
('index', 'freezer-api', 'freezer-api Documentation',
|
|
|
|
|
['OpenStack'], 1)
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
# If true, show URL addresses after external links.
|
|
|
|
@ -235,8 +235,8 @@ man_pages = [
|
|
|
|
|
# (source start file, target name, title, author,
|
|
|
|
|
# dir menu entry, description, category)
|
|
|
|
|
texinfo_documents = [
|
|
|
|
|
('index', 'freezer-api', u'freezer-api Documentation',
|
|
|
|
|
u'OpenStack', 'freezer-api', 'One line description of project.',
|
|
|
|
|
('index', 'freezer-api', 'freezer-api Documentation',
|
|
|
|
|
'OpenStack', 'freezer-api', 'One line description of project.',
|
|
|
|
|
'Miscellaneous'),
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|