mirror of https://github.com/docker/docker-py.git
Sorts model attributes in api docs alphabetically
Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
This commit is contained in:
parent
659090fc99
commit
9536c8653d
|
@ -21,13 +21,13 @@ Container objects
|
|||
|
||||
.. autoclass:: Container()
|
||||
|
||||
.. py:attribute:: attrs
|
||||
.. autoattribute:: id
|
||||
.. autoattribute:: short_id
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: status
|
||||
.. autoattribute:: image
|
||||
.. autoattribute:: labels
|
||||
.. py:attribute:: attrs
|
||||
.. autoattribute:: name
|
||||
.. autoattribute:: short_id
|
||||
.. autoattribute:: status
|
||||
|
||||
The raw representation of this object from the server.
|
||||
|
||||
|
|
|
@ -26,11 +26,11 @@ Image objects
|
|||
|
||||
.. autoclass:: Image()
|
||||
|
||||
.. autoattribute:: id
|
||||
.. autoattribute:: short_id
|
||||
.. autoattribute:: tags
|
||||
.. autoattribute:: labels
|
||||
.. py:attribute:: attrs
|
||||
.. py:attribute:: attrs
|
||||
.. autoattribute:: id
|
||||
.. autoattribute:: labels
|
||||
.. autoattribute:: short_id
|
||||
.. autoattribute:: tags
|
||||
|
||||
The raw representation of this object from the server.
|
||||
|
||||
|
|
Loading…
Reference in New Issue