summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/contributor/testing.rst8
-rw-r--r--doc/source/index.rst2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst
index f4f93021..ef1a31c9 100644
--- a/doc/source/contributor/testing.rst
+++ b/doc/source/contributor/testing.rst
@@ -11,14 +11,14 @@ test targets that can be run to validate the code.
``tox -e py27``
Traditional unit testing (Python 2.7).
-``tox -e py35``
- Traditional unit testing (Python 3.5).
+``tox -e py36``
+ Traditional unit testing (Python 3.6).
``tox -e functional``
Live functional testing against an existing OpenStack instance. (Python 2.7)
-``tox -e functional-py35``
- Live functional testing against an existing OpenStack instance. (Python 3.5)
+``tox -e functional-py36``
+ Live functional testing against an existing OpenStack instance. (Python 3.6)
``tox -e cover``
Generate a coverage report on unit testing.
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.