From 03f62891e318f9d9bea0a69ac645f90444e68331 Mon Sep 17 00:00:00 2001 From: Abhishek Kekane Date: Fri, 1 Mar 2019 09:10:49 +0000 Subject: [PATCH] Create specs directory for Train Change-Id: Ic483bcc3d25903d69efbd77b31995de27040a5e4 --- doc/source/index.rst | 3 ++- priorities/train-priorities.rst | 8 +++++++ .../approved/glance/spec-lite-template.rst | 2 ++ specs/train/approved/glance/template.rst | 2 ++ .../glance_store/spec-lite-template.rst | 2 ++ .../train/approved/glance_store/template.rst | 2 ++ specs/train/approved/index.rst | 10 ++++++++ .../spec-lite-template.rst | 2 ++ .../approved/python-glanceclient/template.rst | 2 ++ specs/train/implemented/index.rst | 6 +++++ specs/train/index.rst | 24 +++++++++++++++++++ 11 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 priorities/train-priorities.rst create mode 100644 specs/train/approved/glance/spec-lite-template.rst create mode 100644 specs/train/approved/glance/template.rst create mode 100644 specs/train/approved/glance_store/spec-lite-template.rst create mode 100644 specs/train/approved/glance_store/template.rst create mode 100644 specs/train/approved/index.rst create mode 100644 specs/train/approved/python-glanceclient/spec-lite-template.rst create mode 100644 specs/train/approved/python-glanceclient/template.rst create mode 100644 specs/train/implemented/index.rst create mode 100644 specs/train/index.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 37f259a5..b4907e06 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -43,8 +43,8 @@ of those discussions: :glob: :maxdepth: 1 + priorities/train-priorities priorities/stein-priorities - priorities/rocky-priorities previous-priorities Specifications @@ -57,6 +57,7 @@ Current :glob: :maxdepth: 1 + specs/train/* specs/stein/* specs/untargeted/* diff --git a/priorities/train-priorities.rst b/priorities/train-priorities.rst new file mode 100644 index 00000000..d3c8634f --- /dev/null +++ b/priorities/train-priorities.rst @@ -0,0 +1,8 @@ +.. _train-priorities: + +======================== +Train Project Priorities +======================== + +TODO(abhishekk): fill this in after the PTG + diff --git a/specs/train/approved/glance/spec-lite-template.rst b/specs/train/approved/glance/spec-lite-template.rst new file mode 100644 index 00000000..4b605a2e --- /dev/null +++ b/specs/train/approved/glance/spec-lite-template.rst @@ -0,0 +1,2 @@ +../../../spec-lite-template.rst + diff --git a/specs/train/approved/glance/template.rst b/specs/train/approved/glance/template.rst new file mode 100644 index 00000000..394f61ad --- /dev/null +++ b/specs/train/approved/glance/template.rst @@ -0,0 +1,2 @@ +../../../template.rst + diff --git a/specs/train/approved/glance_store/spec-lite-template.rst b/specs/train/approved/glance_store/spec-lite-template.rst new file mode 100644 index 00000000..4b605a2e --- /dev/null +++ b/specs/train/approved/glance_store/spec-lite-template.rst @@ -0,0 +1,2 @@ +../../../spec-lite-template.rst + diff --git a/specs/train/approved/glance_store/template.rst b/specs/train/approved/glance_store/template.rst new file mode 100644 index 00000000..394f61ad --- /dev/null +++ b/specs/train/approved/glance_store/template.rst @@ -0,0 +1,2 @@ +../../../template.rst + diff --git a/specs/train/approved/index.rst b/specs/train/approved/index.rst new file mode 100644 index 00000000..40b1669e --- /dev/null +++ b/specs/train/approved/index.rst @@ -0,0 +1,10 @@ +============================= +Train Approved Specifications +============================= + +.. toctree:: + :glob: + :maxdepth: 1 + +TODO: fill this in until a new approved space is added. + diff --git a/specs/train/approved/python-glanceclient/spec-lite-template.rst b/specs/train/approved/python-glanceclient/spec-lite-template.rst new file mode 100644 index 00000000..4b605a2e --- /dev/null +++ b/specs/train/approved/python-glanceclient/spec-lite-template.rst @@ -0,0 +1,2 @@ +../../../spec-lite-template.rst + diff --git a/specs/train/approved/python-glanceclient/template.rst b/specs/train/approved/python-glanceclient/template.rst new file mode 100644 index 00000000..394f61ad --- /dev/null +++ b/specs/train/approved/python-glanceclient/template.rst @@ -0,0 +1,2 @@ +../../../template.rst + diff --git a/specs/train/implemented/index.rst b/specs/train/implemented/index.rst new file mode 100644 index 00000000..33b3f5c0 --- /dev/null +++ b/specs/train/implemented/index.rst @@ -0,0 +1,6 @@ +================================ +Train Implemented Specifications +================================ + +TODO: fill this in until a new implemented space is added. + diff --git a/specs/train/index.rst b/specs/train/index.rst new file mode 100644 index 00000000..1746d210 --- /dev/null +++ b/specs/train/index.rst @@ -0,0 +1,24 @@ +==================== +Train Specifications +==================== + +.. toctree:: + :glob: + :maxdepth: 1 + +Train implemented specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + implemented/* + +Train approved (but not implemented) specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + approved/* +