summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2016-03-11 15:01:55 -0600
committerBrant Knudson <bknudson@us.ibm.com>2016-03-11 15:01:55 -0600
commitc2d5fce3fc7f3de26f08240eaad51d57e214d526 (patch)
tree3e3b921baa37ecf579c2c9a4bbad51ab297806a3 /doc
parent91d1053f6811d454c538c85ea601dc700a56b4b3 (diff)
downloadpython-keystoneclient-c2d5fce3fc7f3de26f08240eaad51d57e214d526.tar.gz
Remove doc references to the keystone CLI
There were a couple of references to the keystone CLI which doesn't exist anymore. This was causing warnings when building the docs. Change-Id: I75714b73884e832e95a62db2b48edf2adc2a0361
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 7fe82d8..a96698e 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -3,15 +3,13 @@ Python bindings to the OpenStack Identity API (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 command-line script (installed as
-:doc:`keystone <man/keystone>`).
+:mod:`keystoneclient` modules).
Contents:
.. toctree::
:maxdepth: 1
- man/keystone
using-api-v3
using-sessions
authentication-plugins