diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api.rst | 2 | ||||
-rw-r--r-- | docs/index.rst | 3 |
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 |