summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorchenxing <chason.chan@foxmail.com>2019-05-07 11:54:52 +0800
committerchenxing <chason.chan@foxmail.com>2019-05-07 11:54:52 +0800
commit6ea7b506ca7b9b07065e6778f6a8adf23805394f (patch)
tree8495317c22a855570bd4326537a22c3bedf46a27 /doc
parentf7f5df9c1d7c6304f05fbabc42d57c071a51b5d5 (diff)
downloadpython-novaclient-6ea7b506ca7b9b07065e6778f6a8adf23805394f.tar.gz
Tiny fix of documentation
Change-Id: Ida6e6ec6919e4c2303200ff66fdc0a094c7d90d1
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 4ee0122c..aeb2f268 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -2,7 +2,7 @@
Python bindings to the OpenStack Nova API
===========================================
-This is a client for OpenStack Nova API. There's :doc:`a Python API
+This is a client for OpenStack Nova API. There's a :doc:`Python API
<reference/api/index>` (the :mod:`novaclient` module), and a :doc:`command-line
script </user/shell>` (installed as :program:`nova`). Each implements the
entire OpenStack Nova API.