Skip to content

Commit 9536c86

Browse files
committed
Sorts model attributes in api docs alphabetically
Signed-off-by: Frank Sachsenheim <[email protected]>
1 parent 659090f commit 9536c86

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/containers.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Container objects
2121

2222
.. autoclass:: Container()
2323

24+
.. py:attribute:: attrs
2425
.. autoattribute:: id
25-
.. autoattribute:: short_id
26-
.. autoattribute:: name
27-
.. autoattribute:: status
2826
.. autoattribute:: image
2927
.. autoattribute:: labels
30-
.. py:attribute:: attrs
28+
.. autoattribute:: name
29+
.. autoattribute:: short_id
30+
.. autoattribute:: status
3131

3232
The raw representation of this object from the server.
3333

docs/images.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ Image objects
2626

2727
.. autoclass:: Image()
2828

29-
.. autoattribute:: id
30-
.. autoattribute:: short_id
31-
.. autoattribute:: tags
32-
.. autoattribute:: labels
33-
.. py:attribute:: attrs
29+
.. py:attribute:: attrs
30+
.. autoattribute:: id
31+
.. autoattribute:: labels
32+
.. autoattribute:: short_id
33+
.. autoattribute:: tags
3434

3535
The raw representation of this object from the server.
3636

0 commit comments

Comments
 (0)