From 0ce8d353a420620ac9544ae5e36dcca55212819b Mon Sep 17 00:00:00 2001 From: Denis Makogon Date: Wed, 24 Sep 2014 17:11:50 +0300 Subject: [PATCH] Fix Table of Contents and add Kilo spec location Added a kilo directory for specs for Kilo. Also fixed the Table of contents. Co-Authored-By: Nikhil Manchanda Change-Id: I7cc337c4f290eec68baad73b730bc05af48c7423 --- README.rst | 5 --- doc/source/index.rst | 29 ++++++++----- doc/source/template.rst | 87 -------------------------------------- specs/kilo/.gitignore | 0 specs/kilo/placeholder.rst | 3 ++ template.rst | 86 ------------------------------------- 6 files changed, 21 insertions(+), 189 deletions(-) delete mode 100644 doc/source/template.rst create mode 100644 specs/kilo/.gitignore create mode 100644 specs/kilo/placeholder.rst delete mode 100644 template.rst diff --git a/README.rst b/README.rst index a202ff9..264edc6 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,3 @@ OpenStack Database Service (Trove) Specifications * Free software: Apache license * Documentation: http://docs.openstack.org/developer/trove-specs - -Features --------- - -* TODO \ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index 07f413e..5cf2203 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,29 +1,36 @@ -.. trove-specs documentation master file, created by - sphinx-quickstart on Tue Jul 9 22:26:36 2013. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. +.. trove-specs documentation master file -trove-specs Design Specifications -================================================== +============================ +Trove Project Specifications +============================ + +Contents: .. toctree:: :glob: - :maxdepth: 2 + :maxdepth: 1 specs/* +Kilo approved specs: -trove-specs Repository Information -=================================================== +.. toctree:: + :glob: + :maxdepth: 1 + + specs/kilo/* + +====================== +Repository Information +====================== .. toctree:: :maxdepth: 2 README contributing - Sample Template