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
This commit is contained in:
Brant Knudson
2014-10-10 19:42:06 -05:00
parent 89dc951f7d
commit 62b1eb2722

View File

@@ -7,17 +7,18 @@ Introduction
The main concepts in the Identity v3 API are: The main concepts in the Identity v3 API are:
* credentials * :py:mod:`~keystoneclient.v3.credentials`
* domains * :py:mod:`~keystoneclient.v3.domains`
* endpoints * :py:mod:`~keystoneclient.v3.endpoints`
* groups * :py:mod:`~keystoneclient.v3.groups`
* policies * :py:mod:`~keystoneclient.v3.policies`
* projects * :py:mod:`~keystoneclient.v3.projects`
* role assignments * :py:mod:`~keystoneclient.v3.regions`
* roles * :py:mod:`~keystoneclient.v3.role_assignments`
* services * :py:mod:`~keystoneclient.v3.roles`
* trusts * :py:mod:`~keystoneclient.v3.services`
* users * :py:mod:`~keystoneclient.v3.tokens`
* :py:mod:`~keystoneclient.v3.users`
The :py:mod:`keystoneclient.v3.client` API lets you query and make changes The :py:mod:`keystoneclient.v3.client` API lets you query and make changes
through ``managers``. For example, to manipulate a project (formerly through ``managers``. For example, to manipulate a project (formerly