Sorts model attributes in api docs alphabetically

Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
This commit is contained in:
Frank Sachsenheim 2017-03-04 01:10:40 +01:00
parent 659090fc99
commit 9536c8653d
2 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -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.