diff --git a/doc/source/index.rst b/doc/source/index.rst index 87da4e5c..ada78256 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -43,7 +43,7 @@ of those discussions: :glob: :maxdepth: 1 - priorities/victoria-priorities + priorities/wallaby-priorities previous-priorities Specifications @@ -56,7 +56,7 @@ Current :glob: :maxdepth: 1 - specs/victoria/* + specs/wallaby/* specs/untargeted/* .. Future @@ -73,6 +73,7 @@ Past :glob: :maxdepth: 1 + specs/victoria/* specs/ussuri/* specs/train/* specs/stein/* diff --git a/priorities/wallaby-priorities.rst b/priorities/wallaby-priorities.rst new file mode 100644 index 00000000..cc244227 --- /dev/null +++ b/priorities/wallaby-priorities.rst @@ -0,0 +1,9 @@ +.. _wallaby-priorities: + +========================== +Wallaby Project Priorities +========================== + +TODO(abhishekk): fill this in after the PTG + + diff --git a/specs/wallaby/approved/glance/spec-lite-template.rst b/specs/wallaby/approved/glance/spec-lite-template.rst new file mode 120000 index 00000000..d33c41f4 --- /dev/null +++ b/specs/wallaby/approved/glance/spec-lite-template.rst @@ -0,0 +1 @@ +../../../spec-lite-template.rst \ No newline at end of file diff --git a/specs/wallaby/approved/glance/template.rst b/specs/wallaby/approved/glance/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/wallaby/approved/glance/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/wallaby/approved/glance_store/spec-lite-template.rst b/specs/wallaby/approved/glance_store/spec-lite-template.rst new file mode 120000 index 00000000..d33c41f4 --- /dev/null +++ b/specs/wallaby/approved/glance_store/spec-lite-template.rst @@ -0,0 +1 @@ +../../../spec-lite-template.rst \ No newline at end of file diff --git a/specs/wallaby/approved/glance_store/template.rst b/specs/wallaby/approved/glance_store/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/wallaby/approved/glance_store/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/wallaby/approved/index.rst b/specs/wallaby/approved/index.rst new file mode 100644 index 00000000..a2a57209 --- /dev/null +++ b/specs/wallaby/approved/index.rst @@ -0,0 +1,11 @@ +=============================== +Wallaby Approved Specifications +=============================== + +.. toctree:: + :glob: + :maxdepth: 1 + +TODO: fill this in until a new approved space is added. + + diff --git a/specs/wallaby/approved/python-glanceclient/spec-lite-template.rst b/specs/wallaby/approved/python-glanceclient/spec-lite-template.rst new file mode 120000 index 00000000..d33c41f4 --- /dev/null +++ b/specs/wallaby/approved/python-glanceclient/spec-lite-template.rst @@ -0,0 +1 @@ +../../../spec-lite-template.rst \ No newline at end of file diff --git a/specs/wallaby/approved/python-glanceclient/template.rst b/specs/wallaby/approved/python-glanceclient/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/wallaby/approved/python-glanceclient/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/wallaby/implemented/index.rst b/specs/wallaby/implemented/index.rst new file mode 100644 index 00000000..f19a8fda --- /dev/null +++ b/specs/wallaby/implemented/index.rst @@ -0,0 +1,6 @@ +================================== +Wallaby Implemented Specifications +================================== + +TODO: fill this in until a new implemented space is added. + diff --git a/specs/wallaby/index.rst b/specs/wallaby/index.rst new file mode 100644 index 00000000..5441520b --- /dev/null +++ b/specs/wallaby/index.rst @@ -0,0 +1,24 @@ +====================== +Wallaby Specifications +====================== + +.. toctree:: + :glob: + :maxdepth: 1 + +Wallaby implemented specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + implemented/* + +Wallaby approved (but not implemented) specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + approved/* +