summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2015-08-08 01:07:07 -0700
committerSteve Martinelli <stevemar@ca.ibm.com>2015-08-08 08:32:03 +0000
commitd833d377cbd86b1f3cddb284c4ede24cbece3263 (patch)
treebb633e37d2574b671ea183c783df044127226a8c /doc/source/index.rst
parent51ae8c78b913a72826f8409e84155148986b7b09 (diff)
downloadpython-openstackclient-d833d377cbd86b1f3cddb284c4ede24cbece3263.tar.gz
Add developer documentation
OSC was missing developer docs, these are critically helpful for new developers. Add sections related to running tests (tox, functional and with the debugger), and generating docs locally. implements bp: developer-documentation Change-Id: I428d89c3e5fc335864bc4f7843506043ec332fe5
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index a3bc58e4..c90b8e52 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -6,7 +6,8 @@ OpenStackClient (aka OSC) is a command-line client for OpenStack that
brings the command set for Compute, Identity, Image, Object Store and Volume
APIs together in a single shell with a uniform command structure.
-Contents:
+User Documentation
+------------------
.. toctree::
:maxdepth: 1
@@ -29,6 +30,13 @@ Getting Started
* Read the source `on OpenStack's Git server`_
* Install OpenStackClient from `PyPi`_ or a `tarball`_
+Developer Documentation
+-----------------------
+
+.. toctree::
+ :maxdepth: 1
+
+ developing
Project Goals
-------------