diff --git a/common_conf.py b/common_conf.py index e512fbb16..a7a7cc2fc 100644 --- a/common_conf.py +++ b/common_conf.py @@ -58,10 +58,10 @@ copyright = u'2013, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '3.2.1' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.2.1' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/index.rst b/index.rst index a0aa67dae..17ed5e3db 100644 --- a/index.rst +++ b/index.rst @@ -15,26 +15,26 @@ PDFs --------- The following Mirantis OpenStack documentation is available in PDF: -* `Pre-Installation Guide `_ +* `Pre-Installation Guide `_ Prerequisites and pre-installation steps that you must execute before installing Fuel. -* `Installation Guide `_ +* `Installation Guide `_ This document describes how to pre-configure your OpenStack environment and install the Fuel Master Node. -* `User Guide `_ +* `User Guide `_ This document describes how to deploy compute nodes for Fuel. -* `Reference Architecture `_ +* `Reference Architecture `_ A deep dive into the structure of the Fuel OpenStack environment, network considerations, and deployment options. -* `Release Notes 3.2.1 `_ +* `Release Notes 4.0 `_ The Release Notes provide general information about new features, fixed issues, and known limitations in Mirantis OpenStack |version|. diff --git a/pages/preface/preface.rst b/pages/preface/preface.rst index c21c1e77d..7d0488a60 100644 --- a/pages/preface/preface.rst +++ b/pages/preface/preface.rst @@ -30,3 +30,5 @@ The following table lists the released revisions of this documentation: +--------------------+----------------------------+ |December, 2013 |3.2.1 GA | +--------------------+----------------------------+ +|December, 2013 |4.0 GA | ++--------------------+----------------------------+ diff --git a/pdf/conf.py b/pdf/conf.py index bbfaf39b0..0611ea1af 100644 --- a/pdf/conf.py +++ b/pdf/conf.py @@ -17,10 +17,10 @@ execfile('../common_conf.py') exclude_patterns = ['_*', "pages", 'relnotes', 'contents', 'index', '*-guide', '*.rst'] pdf_documents = [ - ('pdf/pdf_user', u'Mirantis-OpenStack-3.2.1-UserGuide', u'User Guide', + ('pdf/pdf_user', u'Mirantis-OpenStack-4.0-UserGuide', u'User Guide', u'2013, Mirantis Inc.'), - ('pdf/pdf_install', u'Mirantis-OpenStack-3.2.1-InstallGuide', u'Installation Guide', u'2013, Mirantis Inc.'), - ('pdf/pdf_reference', u'Mirantis-OpenStack-3.2.1-ReferenceArchitecture', u'Reference Architecture', u'2013, Mirantis Inc.'), - ('pdf/pdf_preinstall', u'Mirantis-OpenStack-3.2.1-Pre-InstallationGuide', u'Pre-Installation Guide', u'2013, Mirantis Inc.') + ('pdf/pdf_install', u'Mirantis-OpenStack-4.0-InstallGuide', u'Installation Guide', u'2013, Mirantis Inc.'), + ('pdf/pdf_reference', u'Mirantis-OpenStack-4.0-ReferenceArchitecture', u'Reference Architecture', u'2013, Mirantis Inc.'), + ('pdf/pdf_preinstall', u'Mirantis-OpenStack-4.0-Pre-InstallationGuide', u'Pre-Installation Guide', u'2013, Mirantis Inc.') # (master_doc, project, project, copyright), -] \ No newline at end of file +] diff --git a/pdf/pdf_install.rst b/pdf/pdf_install.rst index 9750572e8..227d8e1ea 100644 --- a/pdf/pdf_install.rst +++ b/pdf/pdf_install.rst @@ -4,7 +4,7 @@ .. cssclass:: header-table +-------------------------------------+-----------------------------------+ - | Mirantis OpenStack v3.2.1 | .. cssclass:: right| + | Mirantis OpenStack v4.0 | .. cssclass:: right| | | | | Installation Guide | ###Section### | +-------------------------------------+-----------------------------------+ diff --git a/pdf/pdf_preinstall.rst b/pdf/pdf_preinstall.rst index d88b1189b..8de70c83a 100644 --- a/pdf/pdf_preinstall.rst +++ b/pdf/pdf_preinstall.rst @@ -4,7 +4,7 @@ .. cssclass:: header-table +-------------------------------------+-----------------------------------+ - | Mirantis OpenStack v3.2.1 | .. cssclass:: right| + | Mirantis OpenStack v4.0 | .. cssclass:: right| | | | | Pre-Installation Guide | ###Section### | +-------------------------------------+-----------------------------------+ diff --git a/pdf/pdf_reference.rst b/pdf/pdf_reference.rst index cb3f501c6..48be6162e 100644 --- a/pdf/pdf_reference.rst +++ b/pdf/pdf_reference.rst @@ -4,7 +4,7 @@ .. cssclass:: header-table +-------------------------------------+-----------------------------------+ - | Mirantis OpenStack v3.2.1 | .. cssclass:: right| + | Mirantis OpenStack v4.0 | .. cssclass:: right| | | | | Reference Architecture | ###Section### | +-------------------------------------+-----------------------------------+ diff --git a/pdf/pdf_user.rst b/pdf/pdf_user.rst index f1db4cee3..affc07d6a 100644 --- a/pdf/pdf_user.rst +++ b/pdf/pdf_user.rst @@ -4,7 +4,7 @@ .. cssclass:: header-table +-------------------------------------+-----------------------------------+ - | Mirantis OpenStack v3.2.1 | .. cssclass:: right| + | Mirantis OpenStack v4.0 | .. cssclass:: right| | | | | User Guide | ###Section### | +-------------------------------------+-----------------------------------+ diff --git a/relnotes/conf.py b/relnotes/conf.py index 0f20d2503..ff572d0a6 100644 --- a/relnotes/conf.py +++ b/relnotes/conf.py @@ -58,10 +58,10 @@ copyright = u'2013, Mirantis Inc.' # built documents. # # The short X.Y version. -version = '3.2.1' +version = '4.0' # The full version, including alpha/beta/rc tags. -release = '3.2.1' +release = '4.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -281,7 +281,7 @@ nwdiag_antialias = True extensions += ['rst2pdf.pdfbuilder'] pdf_documents = [ - ('relnotes/index', u'Mirantis-OpenStack-3.2.1-RelNotes', u'Release Notes', + ('relnotes/index', u'Mirantis-OpenStack-4.0-RelNotes', u'Release Notes', u'2013, Mirantis Inc.') # (master_doc, project, project, copyright), ] diff --git a/relnotes/index.rst b/relnotes/index.rst index 85980c99b..1a1d39a09 100644 --- a/relnotes/index.rst +++ b/relnotes/index.rst @@ -3,7 +3,7 @@ .. cssclass:: header-table +-------------------------------------+-----------------------------------+ - | Mirantis OpenStack v.3.2.1 | .. cssclass:: right| + | Mirantis OpenStack v4.0 | .. cssclass:: right| | | | | | Release Notes | +-------------------------------------+-----------------------------------+