Skip to content

Commit

Permalink
Revisit the structure of the specs repo
Browse files Browse the repository at this point in the history
Instead of having a per-release backlog directory, create
a top level one that holds the last release backlog. In
a healthy project this directory is really meant to be
empty or only temporary filled.

For specs that are two releases older, the content will
be moved to an 'archive' directory, purely for the record.
Hopefully this one too will be empty.

API and Juno incubator were moved to a miscellanea
directory to finish off the cleanup.

Finally, some blueprints completed and therefore were
moved to the Liberty directory.

Change-Id: I972a9a56c038864d9c91ead6944c6b9355916668
  • Loading branch information
armando-migliaccio committed Oct 28, 2015
1 parent 19a153a commit 415f1ea
Show file tree
Hide file tree
Showing 63 changed files with 19 additions and 745 deletions.
1 change: 1 addition & 0 deletions doc/source/conf.py
Expand Up @@ -77,6 +77,7 @@
'**/example.rst',
'**/template.rst',
'**/skeleton.rst',
'**/archive',
]

# The reST default role (used for this markup: `text`) to use for all documents.
Expand Down
50 changes: 11 additions & 39 deletions doc/source/index.rst
Expand Up @@ -4,78 +4,50 @@
Neutron Project Specifications
==============================

Mitaka approved specs
=====================
Mitaka
======

.. toctree::
:glob:
:maxdepth: 1

specs/mitaka/*

Liberty approved specs
======================
Liberty
=======

.. toctree::
:glob:
:maxdepth: 1

specs/liberty/*

Kilo approved specs
===================
Kilo
====

.. toctree::
:glob:
:maxdepth: 1

specs/kilo/*

Liberty backlog specs
=====================

.. toctree::
:glob:
:maxdepth: 1

specs/liberty-backlog/*

Kilo backlog specs
===================

.. toctree::
:glob:
:maxdepth: 1

specs/kilo-backlog/*

Juno approved specs
===================
Juno
====

.. toctree::
:glob:
:maxdepth: 1

specs/juno/*

API specs
=========

.. toctree::
:glob:
:maxdepth: 1

specs/api/*


Neutron Incubator
-----------------
Backlog
=======

.. toctree::
:glob:
:maxdepth: 1

specs/juno-incubator/*
specs/backlog/**

==================
Indices and tables
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions specs/archive/README
@@ -0,0 +1,3 @@
If X is the current release, this contains any spec that did not
complete in X-2 (or older), and was not moved forward. Ideally
this directory would be empty.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions specs/backlog/README
@@ -0,0 +1,2 @@
If X is the current release, this contains any spec that did not
complete in X-1. Ideally this directory would be empty.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion specs/juno/example.rst

This file was deleted.

108 changes: 0 additions & 108 deletions specs/kilo/dummy.rst

This file was deleted.

1 change: 0 additions & 1 deletion specs/kilo/example.rst

This file was deleted.

File renamed without changes.
File renamed without changes.
108 changes: 0 additions & 108 deletions specs/liberty/dummy.rst

This file was deleted.

0 comments on commit 415f1ea

Please sign in to comment.