8000 Move geo/polar projections to their own pages · matplotlib/matplotlib@01e67c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 01e67c2

Browse files
committed
Move geo/polar projections to their own pages
1 parent e9d1f9c commit 01e67c2

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

doc/api/projections/geo.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
******************************
2+
``matplotlib.projections.geo``
3+
******************************
4+
5+
.. automodule:: matplotlib.projections.geo
6+
:members:
7+
:show-inheritance:

doc/api/projections/polar.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
********************************
2+
``matplotlib.projections.polar``
3+
********************************
4+
5+
.. automodule:: matplotlib.projections.polar
6+
:members:
7+
:show-inheritance:

doc/api/projections_api.rst

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
:members:
77
:show-inheritance:
88

9-
``matplotlib.projections.polar``
10-
================================
9+
Built in projections
10+
====================
11+
Matplotlib has built in support for polar and some geographic projections.
12+
See the following pages for more information:
1113

12-
.. automodule:: matplotlib.projections.polar
13-
:members:
14-
:show-inheritance:
15-
16-
``matplotlib.projections.geo``
17-
==============================
14+
.. toctree::
15+
:maxdepth: 1
1816

19-
.. automodule:: matplotlib.projections.geo
20-
:members:
21-
:show-inheritance:
17+
projections/polar
18+
projections/geo

0 commit comments

Comments
 (0)
0