Separate kilo and juno specs
Need to split out the different releases so the index page will continue to scale past the current two releases. It required some rework how the specs are symlinked into the doc source to allow for the release specific landing pages. Change-Id: I31fa0b13e400dd202f5db3e63da7b7c8dbd40e68
This commit is contained in:
@@ -71,7 +71,6 @@ copyright = u'%s, OpenStack Nova Team' % datetime.date.today().year
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = [
|
||||
'_build',
|
||||
'specs/juno-template.rst',
|
||||
]
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all documents.
|
||||
|
||||
@@ -1,8 +1,14 @@
|
||||
.. nova-specs documentation master file
|
||||
|
||||
========================
|
||||
Nova Project Priorities
|
||||
========================
|
||||
============================
|
||||
OpenStack Nova Project Plans
|
||||
============================
|
||||
|
||||
Priorities
|
||||
==========
|
||||
|
||||
During each design summit, we agree what the whole community wants to focus
|
||||
on for the upcoming release. This is the output of those discussions:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
@@ -10,44 +16,31 @@ Nova Project Priorities
|
||||
|
||||
priorities/*
|
||||
|
||||
Specifications
|
||||
==============
|
||||
|
||||
===========================
|
||||
Nova Project Specifications
|
||||
===========================
|
||||
|
||||
Project Documentation:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
readme
|
||||
Specification Template (Kilo) <specs/kilo-template>
|
||||
|
||||
Juno implemented specs:
|
||||
Here you can find the specs, and spec template, for each release:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/juno/implemented/*
|
||||
specs/kilo/index
|
||||
specs/juno/index
|
||||
|
||||
Juno approved (but not implemented) specs:
|
||||
Process
|
||||
=======
|
||||
|
||||
Documentation for nova-specs process:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/juno/approved/*
|
||||
How to submit a spec <readme>
|
||||
|
||||
Kilo approved (but not implemented) specs:
|
||||
For more details, look at spec template for the specific release, and see the
|
||||
wiki page on Blueprints: https://wiki.openstack.org/wiki/Blueprints
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
specs/kilo/approved/*
|
||||
|
||||
==================
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
../../specs
|
||||
1
doc/source/specs/juno/approved
Symbolic link
1
doc/source/specs/juno/approved
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../specs/juno/approved/
|
||||
1
doc/source/specs/juno/implemented
Symbolic link
1
doc/source/specs/juno/implemented
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../specs/juno/implemented/
|
||||
26
doc/source/specs/juno/index.rst
Normal file
26
doc/source/specs/juno/index.rst
Normal file
@@ -0,0 +1,26 @@
|
||||
===========================
|
||||
Nova Juno Specifications
|
||||
===========================
|
||||
|
||||
Template:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Specification Template (Juno) <template>
|
||||
|
||||
Juno implemented specs:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
implemented/*
|
||||
|
||||
Juno approved (but not implemented) specs:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
approved/*
|
||||
1
doc/source/specs/juno/redirects
Symbolic link
1
doc/source/specs/juno/redirects
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../specs/juno/redirects
|
||||
1
doc/source/specs/juno/template.rst
Symbolic link
1
doc/source/specs/juno/template.rst
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../specs/juno-template.rst
|
||||
1
doc/source/specs/kilo/approved
Symbolic link
1
doc/source/specs/kilo/approved
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../specs/kilo/approved/
|
||||
18
doc/source/specs/kilo/index.rst
Normal file
18
doc/source/specs/kilo/index.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
===========================
|
||||
Nova Kilo Specifications
|
||||
===========================
|
||||
|
||||
Template:
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
Specification Template (Kilo) <template>
|
||||
|
||||
Kilo approved (but not implemented) specs:
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
approved/*
|
||||
1
doc/source/specs/kilo/template.rst
Symbolic link
1
doc/source/specs/kilo/template.rst
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../specs/kilo-template.rst
|
||||
Reference in New Issue
Block a user