Clean up keystone doc landing page

- update the API link
- add a link to keystoneauth
- include a link to the docs source

Change-Id: Id1e5e00164c4ba152bbd9fff9ac39f309be8e5c3
Closes-Bug: 1648886
This commit is contained in:
Steve Martinelli 2016-12-09 19:48:23 -05:00
parent 48841fdeaa
commit b36e1c4ee9
1 changed files with 9 additions and 5 deletions

View File

@ -27,20 +27,24 @@ and assumes that you are already familiar with Keystone from an `end-user
perspective`_; however, end users, deployers, and operators will also find it
useful.
.. _`OpenStack's Identity API`: http://specs.openstack.org/openstack/keystone-specs/
.. _`end-user perspective`: http://docs.openstack.org/
.. _`OpenStack's Identity API`: http://developer.openstack.org/api-ref/identity/v3
.. _`end-user perspective`: http://docs.openstack.org
This documentation is generated by the Sphinx toolkit and lives in the source
tree. Also see the :doc:`community` page for other ways to interact with the
This documentation is generated by the Sphinx toolkit and lives in the `source
tree`_. Also see the :doc:`community` page for other ways to interact with the
community.
.. _`source tree`: http://git.openstack.org/cgit/openstack/keystone/tree/doc/source
Related Identity Projects
=========================
In addition to creating OpenStack's Identity Service, the Keystone team also
provides a `WSGI middleware`_, as well as `Python client library`_.
provides a `WSGI middleware`_, an `Authentication library`_ and as well
as `Python client library`_.
.. _`WSGI middleware`: http://docs.openstack.org/developer/keystonemiddleware/
.. _`Authentication library`: http://docs.openstack.org/developer/keystoneauth/
.. _`Python client library`: http://docs.openstack.org/developer/python-keystoneclient/
Getting Started