summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-13 10:35:16 +0000
committerGerrit Code Review <review@openstack.org>2019-05-13 10:35:16 +0000
commitb0dd41fc02ba821ce987d0041fca6388cfac2fe5 (patch)
tree8e9ba0377533aaca8d68fb561db03232c56fb120
parent2595bac2294ce05e389eaab6636977963d5fc66c (diff)
parent6ea7b506ca7b9b07065e6778f6a8adf23805394f (diff)
downloadpython-novaclient-b0dd41fc02ba821ce987d0041fca6388cfac2fe5.tar.gz
Merge "Tiny fix of documentation"
-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.