From 8933956f5c7e37d58ef550f26945337bde26833a Mon Sep 17 00:00:00 2001 From: Dolph Mathews Date: Fri, 7 Jun 2013 15:33:41 -0500 Subject: Fix internal doc links (bug 1176211) Change-Id: Iab416c941c7db00d3fd725e1c0e12ed7fc193dd0 --- doc/source/developing.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'doc/source/developing.rst') 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 -- cgit