8000 DOC: straighten rst adornment + reorg a section · matplotlib/matplotlib@f893dc3 · GitHub
[go: up one dir, main page]

Skip to content

Commit f893dc3

Browse files
committed
DOC: straighten rst adornment + reorg a section
1 parent ef583fc commit f893dc3

File tree

1 file changed

+41
-48
lines changed

1 file changed

+41
-48
lines changed

doc/api/axes_api.rst

Lines changed: 41 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212

1313

1414
Plotting
15-
--------
15+
========
1616

1717
Basic
18-
~~~~~
18+
-----
1919

2020
.. autosummary::
2121
:toctree: _as_gen
@@ -52,7 +52,7 @@ Basic
5252
Axes.fill
5353

5454
Spans
55-
~~~~~
55+
-----
5656

5757
.. autosummary::
5858
:toctree: _as_gen
@@ -64,7 +64,7 @@ Spans
6464
Axes.axvspan
6565

6666
Spectral
67-
~~~~~~~~
67+
--------
6868

6969
.. autosummary::
7070
:toctree: _as_gen
@@ -81,7 +81,7 @@ Spectral
8181
Axes.xcorr
8282

8383
Statistics
84-
~~~~~~~~~~
84+
----------
8585

8686
.. autosummary::
8787
:toctree: _as_gen
@@ -94,7 +94,7 @@ Statistics
9494
Axes.bxp
9595

9696
Binned
97-
~~~~~~
97+
------
9898

9999
.. autosummary::
100100
:toctree: _as_gen
@@ -105,7 +105,7 @@ Binned
105105
Axes.hist2d
106106

107107
Contours
108-
~~~~~~~~
108+
--------
109109

110110
.. autosummary::
111111
:toctree: _as_gen
@@ -116,7 +116,7 @@ Contours
116116
Axes.contourf
117117

118118
Array
119-
~~~~~
119+
-----
120120

121121
.. autosummary::
122122
:toctree: _as_gen
@@ -130,7 +130,7 @@ Array
130130
Axes.spy
131131

132132
Unstructured Triangles
133-
~~~~~~~~~~~~~~~~~~~~~~
133+
----------------------
134134

135135
.. autosummary::
136136
:toctree: _as_gen
@@ -143,7 +143,7 @@ Unstructured Triangles
143143

144144

145145
Text and Annotations
146-
~~~~~~~~~~~~~~~~~~~~
146+
--------------------
147147

148148
.. autosummary::
149149
:toctree: _as_gen
@@ -156,7 +156,7 @@ Text and Annotations
156156

157157

158158
Fields
159-
~~~~~~
159+
------
160160

161161
.. autosummary::
162162
:toctree: _as_gen
@@ -169,7 +169,7 @@ Fields
169169

170170

171171
Clearing
172-
--------
172+
========
173173

174174
.. autosummary::
175175
:toctree: _as_gen
@@ -181,7 +181,7 @@ Clearing
181181

182182

183183
Appearance
184-
----------
184+
==========
185185

186186
.. autosummary::
187187
:toctree: _as_gen
@@ -211,7 +211,7 @@ Appearance
211211

212212

213213
Property cycle
214-
--------------
214+
==============
215215

216216
.. autosummary::
217217
:toctree: _as_gen
@@ -222,7 +222,7 @@ Property cycle
222222

223223

224224
Axis / limits
225-
-------------
225+
=============
226226

227227
.. autosummary::
228228
:toctree: _as_gen
@@ -235,7 +235,7 @@ Axis / limits
235235

236236

237237
Axis Limits and direction
238-
~~~~~~~~~~~~~~~~~~~~~~~~~
238+
-------------------------
239239

240240
.. autosummary::
241241
:toctree: _as_gen
@@ -261,7 +261,7 @@ Axis Limits and direction
261261
Axes.get_xbound
262262

263263
Axis Labels, title, and legend
264-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
264+
------------------------------
265265

266266
.. autosummary::
267267
:toctree: _as_gen
@@ -281,7 +281,7 @@ Axis Labels, title, and legend
281281

282282

283283
Axis scales
284-
~~~~~~~~~~~
284+
-----------
285285

286286
.. autosummary::
287287
:toctree: _as_gen
@@ -296,7 +296,7 @@ Axis scales
296296

297297

298298
Autoscaling
299-
~~~~~~~~~~~
299+
-----------
300300

301301
.. autosummary::
302302
:toctree: _as_gen
@@ -319,7 +319,7 @@ Autoscaling
319319

320320

321321
Margins
322-
+++++++
322+
~~~~~~~
323323

324324
.. autosummary::
325325
:toctree: _as_gen
@@ -345,7 +345,7 @@ Margins
345345

346346

347347
Aspect ratio
348-
~~~~~~~~~~~~
348+
------------
349349

350350
.. autosummary::
351351
:toctree: _as_gen
@@ -360,7 +360,7 @@ Aspect ratio
360360

361361

362362
Ticks and tick labels
363-
~~~~~~~~~~~~~~~~~~~~~
363+
---------------------
364364

365365

366366
.. autosummary::
@@ -401,21 +401,9 @@ Ticks and tick labels
401401
Axes.locator_params
402402

403403

404-
Internal
405-
~~~~~~~~
406-
.. autosummary::
407-
:toctree: _as_gen
408-
:nosignatures:
409-
410-
Axes.get_xaxis_text1_transform
411-
Axes.get_xaxis_text2_transform
412-
Axes.get_yaxis_text1_transform
413-
Axes.get_yaxis_text2_transform
414-
415-
416404

417405
Units
418-
-----
406+
=====
419407

420408
.. autosummary::
421409
:toctree: _as_gen
@@ -427,7 +415,7 @@ Units
427415

428416

429417
Adding Artists
430-
--------------
418+
==============
431419

432420
.. autosummary::
433421
:toctree: _as_gen
@@ -443,7 +431,7 @@ Adding Artists
443431

444432

445433
Twinning
446-
--------
434+
========
447435

448436
.. autosummary::
449437
:toctree: _as_gen
@@ -457,7 +445,7 @@ Twinning
457445

458446

459447
Axes Position
460-
-------------
448+
=============
461449
.. autosummary::
462450
:toctree: _as_gen
463451
:nosignatures:
@@ -475,7 +463,7 @@ Axes Position
475463

476464

477465
Async/Event based
478-
-----------------
466+
=================
479467

480468
.. autosummary::
481469
:toctree: _as_gen
@@ -488,7 +476,7 @@ Async/Event based
488476

489477

490478
Interactive
491-
-----------
479+
===========
492480

493481
.. autosummary::
494482
:toctree: _as_gen
@@ -532,7 +520,7 @@ Interactive
532520
Axes.set_cursor_props
533521

534522
Children
535-
--------
523+
========
536524

537525
.. autosummary::
538526
:toctree: _as_gen
@@ -545,7 +533,7 @@ Children
545533

546534

547535
Drawing
548-
-------
536+
=======
549537

550538
.. autosummary::
551539
:toctree: _as_gen
@@ -564,7 +552,7 @@ Drawing
564552

565553

566554
Bulk property manipulation
567-
--------------------------
555+
==========================
568556

569557
.. autosummary::
570558
:toctree: _as_gen
@@ -577,7 +565,7 @@ Bulk property manipulation
577565

578566

579567
General Artist Properties
580-
-------------------------
568+
=========================
581569

582570
.. autosummary::
583571
:toctree: _as_gen
@@ -625,7 +613,7 @@ General Artist Properties
625613
Axes.get_figure
626614

627615
Artist Methods
628-
--------------
616+
==============
629617

630618
.. autosummary::
631619
:toctree: _as_gen
@@ -637,7 +625,7 @@ Artist Methods
637625

638626

639627
Projection
640-
----------
628+
==========
641629

642630
Methods used by `~matplotlib.axis.Axis` that must be overridden for
643631
non-rectilinear Axes.
@@ -652,9 +640,14 @@ non-rectilinear Axes.
652640
Axes.get_data_ratio
653641
Axes.get_data_ratio_log
654642

643+
Axes.get_xaxis_text1_transform
644+
Axes.get_xaxis_text2_transform
645+
Axes.get_yaxis_text1_transform
646+
Axes.get_yaxis_text2_transform
647+
655648

656649
Other
657-
-----
650+
=====
658651

659652
.. autosummary::
660653
:toctree: _as_gen
@@ -670,6 +663,6 @@ Other
670663

671664

672665
Inheritance
673-
-----------
666+
===========
674667
.. inheritance-diagram:: matplotlib.axes.Axes
675668
:private-bases:

0 commit comments

Comments
 (0)
0