8000 Reorder text api docs. · matplotlib/matplotlib@c8ab287 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8ab287

Browse files
committed
Reorder text api docs.
Text/Annotation/OffsetFrom seems like a nicer order than the alphabetical Annotation/OffsetFrom/Text. Also, the toplevel get_rotation probably doesn't even warrant an entry...
1 parent a093342 commit c8ab287

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/api/text_api.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
*******************
44

55
.. automodule:: matplotlib.text
6+
:no-members:
7+
8+
.. autoclass:: matplotlib.text.Text
9+
:members:
10+
:undoc-members:
11+
:show-inheritance:
12+
13+
.. autoclass:: matplotlib.text.Annotation
14+
:members:
15+
:undoc-members:
16+
:show-inheritance:
17+
18+
.. autoclass:: matplotlib.text.OffsetFrom
619
:members:
720
:undoc-members:
821
:show-inheritance:

0 commit comments

Comments
 (0)
0