8000 Add `style` to api doc; fix capitalization. · matplotlib/matplotlib@5c548e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c548e5

Browse files
anntzerNelleV
authored andcommitted
Add style to api doc; fix capitalization.
All other sections use a lowercase title. Also mention `legend_handler` in the title for the `legend` api doc as they are in the same file.
1 parent f99de8a commit 5c548e5

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

doc/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
patheffects_api.rst
4545
pyplot_api.rst
4646
sankey_api.rst
47+
scale_api.rst
4748
spines_api.rst
4849
style_api.rst
4950
text_api.rst

doc/api/legend_api.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
******
2-
Legend
3-
******
1+
*************************
2+
legend and legend_handler
3+
*************************
44

55

66
:mod:`matplotlib.legend`

doc/api/markers_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*******
2-
Markers
2+
markers
33
*******
44

55

doc/api/scale_api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*****
2+
scale
3+
*****
4+
5+
6+
:mod:`matplotlib.scale`
7+
=======================
8+
9+
.. automodule:: matplotlib.scale
10+
:members:
11+
:undoc-members:
12+
:show-inheritance:

0 commit comments

Comments
 (0)
0