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 ...@@ -21,13 +21,13 @@ Container objects
.. autoclass:: Container() .. autoclass:: Container()
.. py:attribute:: attrs
.. autoattribute:: id .. autoattribute:: id
.. autoattribute:: short_id
.. autoattribute:: name
.. autoattribute:: status
.. autoattribute:: image .. autoattribute:: image
.. autoattribute:: labels .. autoattribute:: labels
.. py:attribute:: attrs .. autoattribute:: name
.. autoattribute:: short_id
.. autoattribute:: status
The raw representation of this object from the server. The raw representation of this object from the server.
......
...@@ -26,11 +26,11 @@ Image objects ...@@ -26,11 +26,11 @@ Image objects
.. autoclass:: Image() .. autoclass:: Image()
.. autoattribute:: id .. py:attribute:: attrs
.. autoattribute:: short_id .. autoattribute:: id
.. autoattribute:: tags .. autoattribute:: labels
.. autoattribute:: labels .. autoattribute:: short_id
.. py:attribute:: attrs .. autoattribute:: tags
The raw representation of this object from the server. 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