Put approved specs under `specs/$release/approved`

Put approved specs in a specific dir and move them under `implemented`
once they've been completely implemented. This way, we can differentiate
between implemented specs and unfinished specs more easily.

Change-Id: Id90b2b0a7cd0542078d6f4830e84da7b06cd76d9
This commit is contained in:
Flavio Percoco 2015-10-05 20:25:31 +09:00
parent 23c5f584e7
commit 3b94864d55
3 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1 @@
../../template.rst

View File

@ -6,4 +6,18 @@ Mitaka Specifications
:glob:
:maxdepth: 2
.. *
Mitaka implemented specs:
.. toctree::
:glob:
:maxdepth: 1
.. implemented/*
Mitaka approved (but not implemented) specs:
.. toctree::
:glob:
:maxdepth: 1
.. approved/*