summaryrefslogtreecommitdiffstats
path: root/doc/source/developing.rst
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-06-07 15:33:41 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-06-07 15:33:41 -0500
commit8933956f5c7e37d58ef550f26945337bde26833a (patch)
treeb30494c4f95654b6a131820769841a698f208656 /doc/source/developing.rst
parentaa110cf482aace901a39bd9aeaea20f5ad650351 (diff)
downloadkeystone-8933956f5c7e37d58ef550f26945337bde26833a.tar.gz
keystone-8933956f5c7e37d58ef550f26945337bde26833a.tar.xz
keystone-8933956f5c7e37d58ef550f26945337bde26833a.zip
Fix internal doc links (bug 1176211)
Change-Id: Iab416c941c7db00d3fd725e1c0e12ed7fc193dd0
Diffstat (limited to 'doc/source/developing.rst')
-rw-r--r--doc/source/developing.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst
index e5751981..b168caf7 100644
--- a/doc/source/developing.rst
+++ b/doc/source/developing.rst
@@ -33,11 +33,8 @@ To contribute tests, docs, code, etc, refer to our `Gerrit-Jenkins-Github Workfl
Setup
-----
-.. _setup: setup.rst
-.. _configuration: configuration.rst
-.. _keystonemanage: man/keystone-manage.rst
-Get your development environment set up according to setup_. The
+Get your development environment set up according to :doc:`setup`. The
instructions from here will assume that you have installed keystone into a
virtualenv. If you chose not to, simply exclude "tools/with_venv.sh" from the
example commands below.
@@ -63,7 +60,7 @@ To run the keystone Admin and API server instances, use::
$ tools/with_venv.sh bin/keystone-all
this runs keystone with the configuration the etc/ directory of the project.
-See configuration_ for details on how Keystone is configured. By default,
+See :doc:`configuration` for details on how Keystone is configured. By default,
keystone is configured with KVS backends, so any data entered into keystone run
in this fashion will not persist across restarts.
@@ -72,7 +69,7 @@ Interacting with Keystone
-------------------------
You can interact with Keystone through the command line using
-keystonemanage_ which allows you to initialize keystone, etc.
+:doc:`man/keystonemanage` which allows you to initialize keystone, etc.
You can also interact with Keystone through its REST API. There is a python
keystone client library `python-keystoneclient`_ which interacts exclusively