diff --git a/doc/source/index.rst b/doc/source/index.rst index 32c74503..d84aa239 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -43,6 +43,7 @@ of those discussions: :glob: :maxdepth: 1 + priorities/ussuri-priorities priorities/train-priorities previous-priorities @@ -56,6 +57,7 @@ Current :glob: :maxdepth: 1 + specs/ussuri/* specs/train/* specs/untargeted/* diff --git a/priorities/ussuri-priorities.rst b/priorities/ussuri-priorities.rst new file mode 100644 index 00000000..644e1b72 --- /dev/null +++ b/priorities/ussuri-priorities.rst @@ -0,0 +1,8 @@ +.. _ussuri-priorities: + +========================= +Ussuri Project Priorities +========================= + +TODO(abhishekk): fill this in after the PTG + diff --git a/specs/ussuri/approved/glance/spec-lite-template.rst b/specs/ussuri/approved/glance/spec-lite-template.rst new file mode 120000 index 00000000..d33c41f4 --- /dev/null +++ b/specs/ussuri/approved/glance/spec-lite-template.rst @@ -0,0 +1 @@ +../../../spec-lite-template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/glance/template.rst b/specs/ussuri/approved/glance/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/ussuri/approved/glance/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/glance_store/spec-lite-template.rst b/specs/ussuri/approved/glance_store/spec-lite-template.rst new file mode 120000 index 00000000..d33c41f4 --- /dev/null +++ b/specs/ussuri/approved/glance_store/spec-lite-template.rst @@ -0,0 +1 @@ +../../../spec-lite-template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/glance_store/template.rst b/specs/ussuri/approved/glance_store/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/ussuri/approved/glance_store/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/index.rst b/specs/ussuri/approved/index.rst new file mode 100644 index 00000000..7effb6a8 --- /dev/null +++ b/specs/ussuri/approved/index.rst @@ -0,0 +1,10 @@ +============================== +Ussuri Approved Specifications +============================== + +.. toctree:: + :glob: + :maxdepth: 1 + +TODO: fill this in until a new approved space is added. + diff --git a/specs/ussuri/approved/python-glanceclient/spec-lite-template.rst b/specs/ussuri/approved/python-glanceclient/spec-lite-template.rst new file mode 120000 index 00000000..d33c41f4 --- /dev/null +++ b/specs/ussuri/approved/python-glanceclient/spec-lite-template.rst @@ -0,0 +1 @@ +../../../spec-lite-template.rst \ No newline at end of file diff --git a/specs/ussuri/approved/python-glanceclient/template.rst b/specs/ussuri/approved/python-glanceclient/template.rst new file mode 120000 index 00000000..26e0efd9 --- /dev/null +++ b/specs/ussuri/approved/python-glanceclient/template.rst @@ -0,0 +1 @@ +../../../template.rst \ No newline at end of file diff --git a/specs/ussuri/implemented/index.rst b/specs/ussuri/implemented/index.rst new file mode 100644 index 00000000..be4baf32 --- /dev/null +++ b/specs/ussuri/implemented/index.rst @@ -0,0 +1,6 @@ +================================= +Ussuri Implemented Specifications +================================= + +TODO: fill this in until a new implemented space is added. + diff --git a/specs/ussuri/index.rst b/specs/ussuri/index.rst new file mode 100644 index 00000000..f2c77341 --- /dev/null +++ b/specs/ussuri/index.rst @@ -0,0 +1,24 @@ +===================== +Ussuri Specifications +===================== + +.. toctree:: + :glob: + :maxdepth: 1 + +Ussuri implemented specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + implemented/* + +Ussuri approved (but not implemented) specs: + +.. toctree:: + :glob: + :maxdepth: 1 + + approved/* +