summaryrefslogtreecommitdiffstats
path: root/doc/source/developing.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-04-18 02:51:55 +0000
committerGerrit Code Review <review@openstack.org>2013-04-18 02:51:55 +0000
commit81db3192abad8508602ca2cc2854559e19e68155 (patch)
tree92a0b16ba9862718a11a1ea2fc25de5ecdbdc261 /doc/source/developing.rst
parentec25646776609e6fa572f9504deb1daa761bf34c (diff)
parent1121b8da636a12357959ce54ebe945868913a7c3 (diff)
downloadkeystone-81db3192abad8508602ca2cc2854559e19e68155.tar.gz
keystone-81db3192abad8508602ca2cc2854559e19e68155.tar.xz
keystone-81db3192abad8508602ca2cc2854559e19e68155.zip
Merge "bug 1159888 broken links in rst doc"
Diffstat (limited to 'doc/source/developing.rst')
-rw-r--r--doc/source/developing.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/source/developing.rst b/doc/source/developing.rst
index d0388d5f..e1cb5767 100644
--- a/doc/source/developing.rst
+++ b/doc/source/developing.rst
@@ -33,8 +33,11 @@ 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 :doc:`setup`. The
+Get your development environment set up according to 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.
@@ -48,7 +51,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 :doc:`configuration` for details on how Keystone is configured. By default,
+See 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.
@@ -57,7 +60,7 @@ Interacting with Keystone
-------------------------
You can interact with Keystone through the command line using
-:doc:`man/keystone-manage` which allows you to establish tenants, users, etc.
+keystonemanage_ which allows you to establish tenants, users, etc.
You can also interact with Keystone through its REST API. There is a python