]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Make the Neutron Stadium documentation toplevel
authorKyle Mestery <mestery@mestery.com>
Thu, 29 Oct 2015 05:29:44 +0000 (14:29 +0900)
committerKyle Mestery <mestery@mestery.com>
Thu, 29 Oct 2015 05:29:44 +0000 (14:29 +0900)
This commits moves the Neutron Stadium documentation to the toplevel
portion of the documentation tree.

Change-Id: I0ec585975c453a9dd08d22293bb68dbc775802e6
Signed-off-by: Kyle Mestery <mestery@mestery.com>
doc/source/devref/index.rst
doc/source/index.rst
doc/source/stadium/index.rst [new file with mode: 0644]
doc/source/stadium/sub_project_guidelines.rst [moved from doc/source/devref/sub_project_guidelines.rst with 100% similarity]
doc/source/stadium/sub_projects.rst [moved from doc/source/devref/sub_projects.rst with 100% similarity]

index 5f8c5efea5912c0b5327922c03ae366420fab4e5..8636770f6f6cd0f04b0bd54cf76bc4b199036146 100644 (file)
@@ -43,8 +43,6 @@ Programming HowTos and Tutorials
     development.environment
     contribute
     neutron_api
-    sub_projects
-    sub_project_guidelines
     client_command_extensions
     alembic_migrations
 
index bed4d897fe02bd2e36700660a1c14b4afb1a47fd..0046703dffb90c19a7ef315be31628b638d9b330 100644 (file)
@@ -47,6 +47,14 @@ Neutron Policies
 
    policies/index
 
+Neutron Stadium
+===============
+
+.. toctree::
+   :maxdepth: 1
+
+   stadium/index
+
 Developer Docs
 ==============
 
diff --git a/doc/source/stadium/index.rst b/doc/source/stadium/index.rst
new file mode 100644 (file)
index 0000000..0537d50
--- /dev/null
@@ -0,0 +1,35 @@
+..
+      Copyright 2014 Hewlett-Packard Development Company, L.P.
+
+      Licensed under the Apache License, Version 2.0 (the "License"); you may
+      not use this file except in compliance with the License. You may obtain
+      a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+      License for the specific language governing permissions and limitations
+      under the License.
+
+Neutron Stadium
+================
+
+The Stadium Guide contains information on policies and procedures for the
+Neutron Stadium.
+
+Stadium
+-------
+.. toctree::
+   :maxdepth: 3
+
+   sub_projects
+   sub_project_guidelines
+
+Indices and tables
+------------------
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`