Kaydet (Commit) 9536c865 authored tarafından Frank Sachsenheim's avatar Frank Sachsenheim

Sorts model attributes in api docs alphabetically

Signed-off-by: 's avatarFrank Sachsenheim <funkyfuture@riseup.net>
üst 659090fc
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment