summaryrefslogtreecommitdiff
path: root/docs/images.rst
diff options
context:
space:
mode:
authorJoffrey F <joffrey@docker.com>2018-01-31 17:26:51 -0800
committerJoffrey F <joffrey@docker.com>2018-01-31 17:28:53 -0800
commit9a87f80f85557ee3ef808677f982548b33a490c8 (patch)
tree87f97de6b2fae79782157404f17c2e1024c1b06e /docs/images.rst
parent3aba34fd0896b4c68186abdb150e5ac42d74d0d1 (diff)
downloaddocker-py-3.0.0-release.tar.gz
Docs fixes3.0.0-release
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'docs/images.rst')
-rw-r--r--docs/images.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/images.rst b/docs/images.rst
index 3ba0601..12b0fd1 100644
--- a/docs/images.rst
+++ b/docs/images.rst
@@ -26,14 +26,16 @@ Image objects
.. autoclass:: Image()
-.. py:attribute:: attrs
-.. autoattribute:: id
-.. autoattribute:: labels
-.. autoattribute:: short_id
-.. autoattribute:: tags
+ .. py:attribute:: attrs
The raw representation of this object from the server.
+ .. autoattribute:: id
+ .. autoattribute:: labels
+ .. autoattribute:: short_id
+ .. autoattribute:: tags
+
+
.. automethod:: history
.. automethod:: reload