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/* +