Rename 'Fuel for OpenStack' to 'Mirantis OpenStack'

Update vertion to 3.2.1
This commit is contained in:
Ivan Kolodyazhny 2013-12-06 12:01:17 +02:00
parent 1f8de79b92
commit 682d75c712
4 changed files with 26 additions and 26 deletions

12
conf.py
View File

@ -50,7 +50,7 @@ source_suffix = '.rst'
# master_doc = 'contents' # master_doc = 'contents'
# General information about the project. # General information about the project.
project = u'Fuel for OpenStack' project = u'Mirantis OpenStack'
copyright = u'2013, Mirantis Inc.' copyright = u'2013, Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -58,10 +58,10 @@ copyright = u'2013, Mirantis Inc.'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.2' version = '3.2.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.2' release = '3.2.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@ -118,7 +118,7 @@ html_add_permalinks = None
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".
# html_title = project + ' v' + release + ' | Documentation' # html_title = project + ' v' + release + ' | Documentation'
html_title = 'Fuel v' + release + ' for OpenStack | Documentation' html_title = project + ' v' + release + ' | Documentation'
# A shorter title for the navigation bar. Default is the same as html_title. # A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None #html_short_title = None
@ -231,7 +231,7 @@ 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', 'fuel', u'Fuel for OpenStack | Documentation', ('index', 'fuel', u'Mirantis OpenStack | Documentation',
[u'Mirantis'], 1) [u'Mirantis'], 1)
] ]
@ -245,7 +245,7 @@ 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', 'fuel', u'Fuel for OpenStack | Documentation', ('index', 'fuel', u'Mirantis OpenStack | Documentation',
u'Mirantis Inc.', 'fuel', 'One line description of project.', u'Mirantis Inc.', 'fuel', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]

View File

@ -15,21 +15,21 @@ PDFs
--------- ---------
The following Fuel documentation is available in PDF: The following Fuel documentation is available in PDF:
* `Pre-Installation Guide <pdf/Fuel-for-OpenStack-3.2-Pre-InstallationGuide.pdf>`_ * `Pre-Installation Guide <pdf/Fuel-for-OpenStack-3.2.1-Pre-InstallationGuide.pdf>`_
Prerequisites and pre-installation steps that you must execute before Prerequisites and pre-installation steps that you must execute before
installing Fuel. installing Fuel.
* `Installation Guide <pdf/Fuel-for-OpenStack-3.2-InstallGuide.pdf>`_ * `Installation Guide <pdf/Fuel-for-OpenStack-3.2.1-InstallGuide.pdf>`_
This document describes how to pre-configure your This document describes how to pre-configure your
OpenStack environment and install the Fuel Master Node. OpenStack environment and install the Fuel Master Node.
* `User Guide <pdf/Fuel-for-OpenStack-3.2-UserGuide.pdf>`_ * `User Guide <pdf/Fuel-for-OpenStack-3.2.1-UserGuide.pdf>`_
This document describes how to deploy compute nodes for Fuel. This document describes how to deploy compute nodes for Fuel.
* `Reference Architecture <pdf/Fuel-for-OpenStack-3.2-ReferenceArchitecture.pdf>`_ * `Reference Architecture <pdf/Fuel-for-OpenStack-3.2.1-ReferenceArchitecture.pdf>`_
A deep dive into the structure of the Fuel OpenStack environment, A deep dive into the structure of the Fuel OpenStack environment,
network considerations, and deployment options. network considerations, and deployment options.
@ -37,7 +37,7 @@ The following Fuel documentation is available in PDF:
* `Release Notes 3.2.1 <pdf/Fuel-for-OpenStack-3.2.1-RelNotes.pdf>`_ * `Release Notes 3.2.1 <pdf/Fuel-for-OpenStack-3.2.1-RelNotes.pdf>`_
The Release Notes provide general information about new features, The Release Notes provide general information about new features,
fixed issues, and known limitations in Fuel 3.2.1. fixed issues, and known limitations in Fuel |version|.
Download Fuel Download Fuel
--------------- ---------------

View File

@ -50,7 +50,7 @@ source_suffix = '.rst'
# master_doc = 'contents' # master_doc = 'contents'
# General information about the project. # General information about the project.
project = u'Fuel for OpenStack' project = u'Mirantis OpenStack'
copyright = u'2013, Mirantis Inc.' copyright = u'2013, Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -58,10 +58,10 @@ copyright = u'2013, Mirantis Inc.'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '3.2' version = '3.2.1'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '3.2' release = '3.2.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.
@ -118,7 +118,7 @@ html_add_permalinks = None
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".
# html_title = project + ' v' + release + ' | Documentation' # html_title = project + ' v' + release + ' | Documentation'
html_title = 'Fuel v' + release + ' for OpenStack | Documentation' html_title = project + ' v' + release + ' | Documentation'
# A shorter title for the navigation bar. Default is the same as html_title. # A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None #html_short_title = None
@ -231,7 +231,7 @@ 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', 'fuel', u'Fuel for OpenStack | Documentation', ('index', 'fuel', u'Mirantis OpenStack | Documentation',
[u'Mirantis'], 1) [u'Mirantis'], 1)
] ]
@ -245,7 +245,7 @@ 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', 'fuel', u'Fuel for OpenStack | Documentation', ('index', 'fuel', u'Mirantis OpenStack | Documentation',
u'Mirantis Inc.', 'fuel', 'One line description of project.', u'Mirantis Inc.', 'fuel', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]
@ -281,11 +281,11 @@ nwdiag_antialias = True
extensions += ['rst2pdf.pdfbuilder'] extensions += ['rst2pdf.pdfbuilder']
pdf_documents = [ pdf_documents = [
('pdf/pdf_user', u'Fuel-for-OpenStack-3.2-UserGuide', u'User Guide', ('pdf/pdf_user', u'Fuel-for-OpenStack-3.2.1-UserGuide', u'User Guide',
u'2013, Mirantis Inc.'), u'2013, Mirantis Inc.'),
('pdf/pdf_install', u'Fuel-for-OpenStack-3.2-InstallGuide', u'Installation Guide', u'2013, Mirantis Inc.'), ('pdf/pdf_install', u'Fuel-for-OpenStack-3.2.1-InstallGuide', u'Installation Guide', u'2013, Mirantis Inc.'),
('pdf/pdf_reference', u'Fuel-for-OpenStack-3.2-ReferenceArchitecture', u'Reference Architecture', u'2013, Mirantis Inc.'), ('pdf/pdf_reference', u'Fuel-for-OpenStack-3.2.1-ReferenceArchitecture', u'Reference Architecture', u'2013, Mirantis Inc.'),
('pdf/pdf_preinstall', u'Fuel-for-OpenStack-3.2-Pre-InstallationGuide', u'Pre-Installation Guide', u'2013, Mirantis Inc.') ('pdf/pdf_preinstall', u'Fuel-for-OpenStack-3.2.1-Pre-InstallationGuide', u'Pre-Installation Guide', u'2013, Mirantis Inc.')
# (master_doc, project, project, copyright), # (master_doc, project, project, copyright),
] ]
pdf_stylesheets = ['letter', 'mirantis'] pdf_stylesheets = ['letter', 'mirantis']

View File

@ -50,7 +50,7 @@ source_suffix = '.rst'
master_doc = 'contents' master_doc = 'contents'
# General information about the project. # General information about the project.
project = u'Fuel for OpenStack' project = u'Mirantis OpenStack'
copyright = u'2013, Mirantis Inc.' copyright = u'2013, Mirantis Inc.'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
@ -118,7 +118,7 @@ html_add_permalinks = None
# The name for this set of Sphinx documents. If None, it defaults to # The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation". # "<project> v<release> documentation".
# html_title = project + ' v' + release + ' | Documentation' # html_title = project + ' v' + release + ' | Documentation'
html_title = 'Fuel v' + release + ' for OpenStack | Documentation' html_title = 'Mirantis OpenStack' + 'v' + release + ' | Documentation'
# A shorter title for the navigation bar. Default is the same as html_title. # A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None #html_short_title = None
@ -201,7 +201,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'fuel.tex', u'Fuel for OpenStack | Documentation', ('index', 'fuel.tex', u'Mirantis OpenStack | Documentation',
u'Mirantis Inc.', 'manual'), u'Mirantis Inc.', 'manual'),
] ]
@ -231,7 +231,7 @@ 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', 'fuel', u'Fuel for OpenStack | Documentation', ('index', 'fuel', u'Mirantis OpenStack | Documentation',
[u'Mirantis'], 1) [u'Mirantis'], 1)
] ]
@ -245,7 +245,7 @@ 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', 'fuel', u'Fuel for OpenStack | Documentation', ('index', 'fuel', u'Mirantis OpenStack | Documentation',
u'Mirantis Inc.', 'fuel', 'One line description of project.', u'Mirantis Inc.', 'fuel', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]