summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2017-01-18 15:38:53 -0800
committerJoffrey F <joffrey@docker.com>2017-01-18 15:38:53 -0800
commit66d57333981f1f8a0f46c6c90a71c1ad020b0ac1 (patch)
treeac7bb5b2731d40aaed71b4944014ab28e5ee7913 /docs
parent91a185d7a57464d2b8826d48495bde02098a0079 (diff)
downloaddocker-py-docs-fixes.tar.gz
Fix a number of docs formatting issuesdocs-fixes
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
-rw-r--r--docs/index.rst3
2 files changed, 1 insertions, 4 deletions
diff --git a/docs/api.rst b/docs/api.rst
index 5e59aa7..110b0a7 100644
--- a/docs/api.rst
+++ b/docs/api.rst
@@ -19,8 +19,6 @@ Containers
:members:
:undoc-members:
-.. py:module:: docker.api.image
-
Images
------
diff --git a/docs/index.rst b/docs/index.rst
index 7eadf4c..9f484cd 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -73,13 +73,12 @@ You can manage images:
>>> client.images.list()
[<Image 'ubuntu'>, <Image 'nginx'>, ...]
-That's just a taster of what you can do with the Docker SDK for Python. For more, :doc:`take a look at the reference <client>`.
+That's just a taste of what you can do with the Docker SDK for Python. For more, :doc:`take a look at the reference <client>`.
.. toctree::
:hidden:
:maxdepth: 2
- Home <index>
client
containers
images