From 22925f1ee688822d62f232614020f99ba1813dd7 Mon Sep 17 00:00:00 2001 From: "shilpa.devharakar" Date: Wed, 11 Jul 2018 21:31:09 +0530 Subject: [PATCH] Fix stable branch releasenotes This patch fixes stable branch releasenotes by adding respective source files. Change-Id: I2cbeb3fd324e16d10ed8f3945a67849cad914f0e Closes-Bug: #1781239 --- releasenotes/source/conf.py | 20 ++++++++++---------- releasenotes/source/index.rst | 12 +++++++++--- releasenotes/source/ocata.rst | 7 +++++++ releasenotes/source/pike.rst | 7 +++++++ releasenotes/source/queens.rst | 7 +++++++ 5 files changed, 40 insertions(+), 13 deletions(-) create mode 100644 releasenotes/source/ocata.rst create mode 100644 releasenotes/source/pike.rst create mode 100644 releasenotes/source/queens.rst diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index a374199..68f7fea 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -12,8 +12,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Glance Release Notes documentation build configuration file, created by -# sphinx-quickstart on Tue Nov 3 17:40:50 2015. +# Masakarimonitors Release Notes documentation build configuration file, +# created by sphinx-quickstart on Tue Oct 25 17:40:50 2016. # # This file is execfile()d with the current directory set to its # containing dir. @@ -189,7 +189,7 @@ html_static_path = ['_static'] # html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'GlanceReleaseNotesdoc' +htmlhelp_basename = 'MasakarimonitorsReleaseNotesdoc' # -- Options for LaTeX output --------------------------------------------- @@ -209,8 +209,8 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'GlanceReleaseNotes.tex', u'Glance Release Notes Documentation', - u'Glance Developers', 'manual'), + ('index', 'MasakarimonitorsReleaseNotes.tex', u'Masakarimonitors Release' + u'Notes Documentation', u'Masakarimonitors Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -239,8 +239,8 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'glancereleasenotes', u'Glance Release Notes Documentation', - [u'Glance Developers'], 1) + ('index', 'Masakarimonitorsreleasenotes', u'Masakarimonitors Release Notes' + u'Documentation', [u'Masakarimonitors Developers'], 1) ] # If true, show URL addresses after external links. @@ -253,9 +253,9 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'GlanceReleaseNotes', u'Glance Release Notes Documentation', - u'Glance Developers', 'GlanceReleaseNotes', - 'One line description of project.', + ('index', 'MasakarimonitorsReleaseNotes', u'Masakarimonitors Release Notes' + u'Documentation', u'Masakarimonitors Developers', + 'MasakarimonitorsReleaseNotes', 'One line description of project.', 'Miscellaneous'), ] diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 05af151..bc6f2c7 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -1,8 +1,14 @@ -============================================ - masakarimonitors Release Notes -============================================ +Welcome to Masakarimonitor Release Notes documentation! +======================================================== + +Contents +======== .. toctree:: :maxdepth: 1 unreleased + queens + pike + ocata + diff --git a/releasenotes/source/ocata.rst b/releasenotes/source/ocata.rst new file mode 100644 index 0000000..db6c02a --- /dev/null +++ b/releasenotes/source/ocata.rst @@ -0,0 +1,7 @@ +=========================== + Ocata Series Release Notes +=========================== + +.. release-notes:: + :branch: origin/stable/ocata + diff --git a/releasenotes/source/pike.rst b/releasenotes/source/pike.rst new file mode 100644 index 0000000..aa62f83 --- /dev/null +++ b/releasenotes/source/pike.rst @@ -0,0 +1,7 @@ +========================== + Pike Series Release Notes +========================== + +.. release-notes:: + :branch: origin/stable/pike + diff --git a/releasenotes/source/queens.rst b/releasenotes/source/queens.rst new file mode 100644 index 0000000..ecc4818 --- /dev/null +++ b/releasenotes/source/queens.rst @@ -0,0 +1,7 @@ +============================ + Queens Series Release Notes +============================ + +.. release-notes:: + :branch: origin/stable/queens +