Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf39ec2

Browse filesBrowse files
committed
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 684861b commit cf39ec2
Copy full SHA for cf39ec2

File tree

Expand file treeCollapse file tree

4 files changed

+17
-4
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+17
-4
lines changed

‎doc/api/index.rst

Copy file name to clipboardExpand all lines: doc/api/index.rst
+1Lines 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

Copy file name to clipboardExpand all lines: doc/api/legend_api.rst
+3-3Lines 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

Copy file name to clipboardExpand all lines: doc/api/markers_api.rst
+1-1Lines 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

Copy file name to clipboard
+12Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.