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 8d0388c

Browse filesBrowse files
authored
Merge pull request #7196 from QuLogic/fix-doc-api
DOC: Fix entries in api section
2 parents 5c548e5 + ad95a7a commit 8d0388c
Copy full SHA for 8d0388c

File tree

Expand file treeCollapse file tree

3 files changed

+23
-20
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+23
-20
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
@@ -42,6 +42,7 @@
4242
patches_api.rst
4343
path_api.rst
4444
patheffects_api.rst
45+
projections_api.rst
4546
pyplot_api.rst
4647
sankey_api.rst
4748
scale_api.rst

‎doc/api/projections_api.rst

Copy file name to clipboard
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
***********
2+
projections
3+
***********
4+
5+
6+
:mod:`matplotlib.projections`
7+
=============================
8+
9+
.. automodule:: matplotlib.projections
10+
:members:
11+
:show-inheritance:
12+
13+
14+
:mod:`matplotlib.projections.polar`
15+
===================================
16+
17+
.. automodule:: matplotlib.projections.polar
18+
:members:
19+
:show-inheritance:

‎doc/devel/add_new_projection.rst

Copy file name to clipboardExpand all lines: doc/devel/add_new_projection.rst
+3-20Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,6 @@ interest.
130130
API documentation
131131
=================
132132

133-
matplotlib.scale
134-
----------------
135-
136-
.. automodule:: matplotlib.scale
137-
:members:
138-
:show-inheritance:
139-
140-
matplotlib.projections
141-
----------------------
142-
143-
.. automodule:: matplotlib.projections
144-
:members:
145-
:show-inheritance:
146-
147-
matplotlib.projections.polar
148-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
149-
150-
.. automodule:: matplotlib.projections.polar
151-
:members:
152-
:show-inheritance:
133+
* :mod:`matplotlib.scale`
134+
* :mod:`matplotlib.projections`
135+
* :mod:`matplotlib.projections.polar`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.