diff --git a/doc/source/index.rst b/doc/source/index.rst index 33822b3..a442991 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -4,6 +4,16 @@ Cloudkitty Project Specifications ================================= +Pike +==== + +.. toctree:: + :glob: + :maxdepth: 1 + + specs/pike/* + + Ocata ===== diff --git a/specs/pike/placeholder.rst b/specs/pike/placeholder.rst new file mode 100644 index 0000000..da28831 --- /dev/null +++ b/specs/pike/placeholder.rst @@ -0,0 +1,31 @@ +.. + This work is licensed under a Creative Commons Attribution 3.0 Unported + License. + + http://creativecommons.org/licenses/by/3.0/legalcode + +================== +(Placeholder Spec) +================== + +This file is just a placeholder for Pike specs directory. +It will be removed soon after some spec for Pike is merged. + +The latest spec template is found at ``specs/template.rst`` +in the ``cloudkitty-specs`` repository. + +Problem Description +=================== + +Sphinx toctree complains if no file exists in a directory +specified in toctree glob. + +Proposed Change +=============== + +Add this file. + +References +========== + +None.