diff options
| author | Brant Knudson <bknudson@us.ibm.com> | 2014-02-02 10:36:38 -0600 |
|---|---|---|
| committer | Brant Knudson <bknudson@us.ibm.com> | 2014-02-16 11:42:15 -0600 |
| commit | 5730b3855a21f5c1871dc8edafefd5bdf00c488b (patch) | |
| tree | 8a000dbf9cbf7fc3f15ffaa2ca8a96598d627ea7 /doc/source | |
| parent | 8b0c5eea3c76db63d3646d5d8ccc23461539d07e (diff) | |
| download | python-keystoneclient-5730b3855a21f5c1871dc8edafefd5bdf00c488b.tar.gz | |
Add link to the v3 client api doc
There was no link from the main page to the v3 client API doc so
there's no easy way to get to it or to know that it's there. This
adds the link.
Change-Id: I3fd49eedcf7b79f6d810ed22cfcffba4ce47dece
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index c982b37..001a1ec 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,9 +1,10 @@ Python bindings to the OpenStack Identity API (Keystone) ======================================================== -This is a client for OpenStack Identity API. There's :doc:`a Python API -<using-api>` (the :mod:`keystoneclient` module), and a :doc:`command-line script -<shell>` (installed as :program:`keystone`). +This is a client for OpenStack Identity API. There's a Python API for +:doc:`Identity API v3 <using-api-v3>` and :doc:`v2 <using-api-v2>` (the +:mod:`keystoneclient` modules), and a :doc:`command-line script <shell>` +(installed as :program:`keystone`). Contents: @@ -13,6 +14,7 @@ Contents: releases man/keystone using-api-v2 + using-api-v3 api/autoindex |
