summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2014-10-10 19:42:06 -0500
committerBrant Knudson <bknudson@us.ibm.com>2014-10-12 10:55:46 -0500
commit62b1eb27225bbde9c538100b1e45b64b2bd233dd (patch)
treef282b51d1530ef451cb993f477816e89cad2fcd9 /doc
parent89dc951f7d5a603f0c34b7c2cb9f7d26d73d9916 (diff)
downloadpython-keystoneclient-62b1eb27225bbde9c538100b1e45b64b2bd233dd.tar.gz
Doc cleanup, make concepts links
Rather than just mention the concepts, make each reference a link to the concept's representation in the API. Change-Id: I4dadca0395784eb43e5bbb3cfd65c56c8f56ed38
Diffstat (limited to 'doc')
-rw-r--r--doc/source/using-api-v3.rst23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/source/using-api-v3.rst b/doc/source/using-api-v3.rst
index 1327446..39e24f5 100644
--- a/doc/source/using-api-v3.rst
+++ b/doc/source/using-api-v3.rst
@@ -7,17 +7,18 @@ Introduction
The main concepts in the Identity v3 API are:
- * credentials
- * domains
- * endpoints
- * groups
- * policies
- * projects
- * role assignments
- * roles
- * services
- * trusts
- * users
+ * :py:mod:`~keystoneclient.v3.credentials`
+ * :py:mod:`~keystoneclient.v3.domains`
+ * :py:mod:`~keystoneclient.v3.endpoints`
+ * :py:mod:`~keystoneclient.v3.groups`
+ * :py:mod:`~keystoneclient.v3.policies`
+ * :py:mod:`~keystoneclient.v3.projects`
+ * :py:mod:`~keystoneclient.v3.regions`
+ * :py:mod:`~keystoneclient.v3.role_assignments`
+ * :py:mod:`~keystoneclient.v3.roles`
+ * :py:mod:`~keystoneclient.v3.services`
+ * :py:mod:`~keystoneclient.v3.tokens`
+ * :py:mod:`~keystoneclient.v3.users`
The :py:mod:`keystoneclient.v3.client` API lets you query and make changes
through ``managers``. For example, to manipulate a project (formerly