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 +