Move developer documentation to its own subtree

Prior to this change, all files at the root of the doc/source/ directory
were implied to be developer documentation. This commit moves them into
an explicit subdirectory, and re-words the section headings to be less
repetitive.

No changes to formatting or content were introduced.

Change-Id: Id00116ad2146f11df52dd8a331834719e1b8bd03
Closes-Bug: #1486789
This commit is contained in:
Nolan Brubaker 2015-08-19 21:23:50 -04:00
parent 91ac17211a
commit a6548e4f11
5 changed files with 28 additions and 7 deletions

View File

@ -0,0 +1,23 @@
Developer Documentation
=======================
In this section, you will find documentation relevant to developing
os-ansible-deployment.
Contents:
.. toctree::
:maxdepth: 2
playbooks
extending
scripts
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@ -1,5 +1,5 @@
os-ansible-deployment Playbooks
===============================
Playbooks
=========
The OpenStack Ansible playbooks are stored in the playbooks directory.

View File

@ -1,5 +1,5 @@
OpenStack Ansible Deployment Scripts
====================================
Included Scripts
================
The repository contains several helper scripts to manage gate jobs,
install base requirements, and update repository information. Invoke

View File

@ -17,10 +17,8 @@ Contents:
.. toctree::
:maxdepth: 2
playbooks
install-guide/index
extending
scripts
developer-docs/index
Indices and tables