From f7c04656d8f4886a706e77ff734a790d1e09b460 Mon Sep 17 00:00:00 2001 From: Chris Friesen Date: Mon, 15 Oct 2018 11:26:01 -0600 Subject: [PATCH] Add per-release subdirectories to avoid confusion Eventually we'll have multiple releases, so let's create per-release subdirectories such that we can track which specs were approved/implemented in each release. Change-Id: Iadbd4a73701d01a5c88ab5414e2b607eab779357 --- doc/source/index.rst | 50 ++- doc/source/specs | 1 - doc/source/specs/2019.03/approved | 1 + doc/source/specs/2019.03/implemented | 1 + doc/source/specs/2019.03/index.rst | 27 ++ doc/source/specs/2019.03/template.rst | 1 + doc/source/specs/instructions.rst | 1 + specs/2019.03/approved/STX_Example_Spec.rst | 352 +++++++++++++++++ ...zation_2003907_docker-image-generation.rst | 0 .../implemented/_placeholder.rst | 0 specs/STX_Example_Spec.rst | 353 +----------------- specs/instructions.rst | 9 +- 12 files changed, 411 insertions(+), 385 deletions(-) delete mode 120000 doc/source/specs create mode 120000 doc/source/specs/2019.03/approved create mode 120000 doc/source/specs/2019.03/implemented create mode 100644 doc/source/specs/2019.03/index.rst create mode 120000 doc/source/specs/2019.03/template.rst create mode 120000 doc/source/specs/instructions.rst create mode 100644 specs/2019.03/approved/STX_Example_Spec.rst rename specs/{ => 2019.03}/approved/containerization_2003907_docker-image-generation.rst (100%) rename specs/{ => 2019.03}/implemented/_placeholder.rst (100%) mode change 100644 => 120000 specs/STX_Example_Spec.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index b84bda5..a1d3d0a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,40 +1,34 @@ -StarlingX Specs -=============== +.. stx-specs documentation master file + +================================= +OpenStack StarlingX Project Plans +================================= + +Specifications +============== + +Here you can find the specs, and spec template, for each release: .. toctree:: - :glob: - :maxdepth: 2 - :caption: Contents: + :glob: + :maxdepth: 1 -StarlingX Project Specifications --------------------------------- + specs/2019.03/index + +Process +======= + +Documentation for stx-specs process: .. toctree:: - :glob: - :maxdepth: 1 + :maxdepth: 1 - specs/* + How to submit a spec -Approved Specifications ------------------------ - -.. toctree:: - :glob: - :maxdepth: 1 - - specs/approved/* - -Implemented Specifications --------------------------- - -.. toctree:: - :glob: - :maxdepth: 1 - - specs/implemented/* +For more details, look at spec template for the specific release, and see the +wiki page on Blueprints: https://wiki.openstack.org/wiki/Blueprints Indices and tables ================== -* :ref:`genindex` * :ref:`search` diff --git a/doc/source/specs b/doc/source/specs deleted file mode 120000 index 87a4030..0000000 --- a/doc/source/specs +++ /dev/null @@ -1 +0,0 @@ -../../specs \ No newline at end of file diff --git a/doc/source/specs/2019.03/approved b/doc/source/specs/2019.03/approved new file mode 120000 index 0000000..5ea4b06 --- /dev/null +++ b/doc/source/specs/2019.03/approved @@ -0,0 +1 @@ +../../../../specs/2019.03/approved \ No newline at end of file diff --git a/doc/source/specs/2019.03/implemented b/doc/source/specs/2019.03/implemented new file mode 120000 index 0000000..f5435c3 --- /dev/null +++ b/doc/source/specs/2019.03/implemented @@ -0,0 +1 @@ +../../../../specs/2019.03/implemented \ No newline at end of file diff --git a/doc/source/specs/2019.03/index.rst b/doc/source/specs/2019.03/index.rst new file mode 100644 index 0000000..d9eabd2 --- /dev/null +++ b/doc/source/specs/2019.03/index.rst @@ -0,0 +1,27 @@ +StarlingX 2019.03 Specs +======================= + +Template: + +.. toctree:: + :maxdepth: 1 + + Specification Template (2019.03 release)