From b4262abe40ae4bb7be1fdf77a1512a8ad99ea0d5 Mon Sep 17 00:00:00 2001 From: gholt Date: Tue, 13 Mar 2012 01:01:07 +0000 Subject: [PATCH] Fixed doc links. --- doc/source/api.rst | 4 ++++ doc/source/index.rst | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/source/api.rst b/doc/source/api.rst index 4bad2c5..d2efa0f 100644 --- a/doc/source/api.rst +++ b/doc/source/api.rst @@ -1,3 +1,5 @@ +.. _api_top: + ---------- Swauth API ---------- @@ -365,6 +367,8 @@ done via "pseudo-user" accounts. These are well-known user names that are unable to be actually provisioned. These pseudo-users are described below. +.. _api_set_service_endpoints: + Set Service Endpoints --------------------- diff --git a/doc/source/index.rst b/doc/source/index.rst index 2c30ef0..650184c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -35,7 +35,7 @@ Before discussing how to install Swauth within a Swift system, it might help to 5. Instead of #4, Swauth can be configured to call out to another remote Swauth to perform #4 on its behalf (using the swauth_remote config value). -6. When managing accounts and users with the various ``swauth-`` command line tools, these tools are actually just performing HTTP requests against the ``/auth/`` end point referenced in #2. You can make your own tools that use the same `API `_. +6. When managing accounts and users with the various ``swauth-`` command line tools, these tools are actually just performing HTTP requests against the ``/auth/`` end point referenced in #2. You can make your own tools that use the same :ref:`API `. 7. In the special case of creating a new account, Swauth will do its usual WSGI-internal requests as per #4 but will also call out to the Swift cluster to create the actual Swift account. @@ -47,7 +47,7 @@ Before discussing how to install Swauth within a Swift system, it might help to d. Once an account is created, the URL given to users for that account will not change, even if the ``default_swift_cluster`` config value changes. This is so that you can use multiple clusters with the same Swauth system; ``default_swift_cluster`` just points to the one where you want new users to go. - f. You can change the stored URL for an account if need be with the ``swauth-set-account-service`` command line tool or a POST request (see `API `_). + f. You can change the stored URL for an account if need be with the ``swauth-set-account-service`` command line tool or a POST request (see :ref:`API `). Install