Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 333dc00

Browse files
committed
Include projections.geo in api docs.
... at a lower level, together with projections.polar.
1 parent 2e00dc0 commit 333dc00

File tree

2 files changed

+84
-59
lines changed

2 files changed

+84
-59
lines changed

doc/api/projections_api.rst

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

9-
10-
********************************
119
``matplotlib.projections.polar``
12-
********************************
10+
================================
1311

1412
.. automodule:: matplotlib.projections.polar
1513
:members:
1614
:show-inheritance:
15+
16+
``matplotlib.projections.geo``
17+
==============================
18+
19+
.. automodule:: matplotlib.projections.geo
20+
:members:
21+
:show-inheritance:

doc/missing-references.json

Lines changed: 76 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@
3636
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.bounds:2"
3737
],
3838
"input_dims": [
39+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.AitoffTransform.transform_non_affine:14",
40+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.AitoffTransform.transform_non_affine:20",
41+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.InvertedAitoffTransform.transform_non_affine:14",
42+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.InvertedAitoffTransform.transform_non_affine:20",
43+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.HammerTransform.transform_non_affine:14",
44+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.HammerTransform.transform_non_affine:20",
45+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.InvertedHammerTransform.transform_non_affine:14",
46+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.InvertedHammerTransform.transform_non_affine:20",
47+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.InvertedLambertTransform.transform_non_affine:14",
48+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.InvertedLambertTransform.transform_non_affine:20",
49+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.LambertTransform.transform_non_affine:14",
50+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.LambertTransform.transform_non_affine:20",
51+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.InvertedMollweideTransform.transform_non_affine:14",
52+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.InvertedMollweideTransform.transform_non_affine:20",
53+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.MollweideTransform.transform_non_affine:14",
54+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.MollweideTransform.transform_non_affine:20",
3955
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform:14",
4056
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform:8",
4157
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_affine:15",
@@ -63,16 +79,16 @@
6379
"doc/api/prev_api_changes/api_changes_0.98.x.rst:89"
6480
],
6581
"matplotlib.axes.Axes.lines": [
66-
"doc/tutorials/intermediate/artists.rst:425",
67-
"doc/tutorials/intermediate/artists.rst:91"
82+
"doc/tutorials/intermediate/artists.rst:100",
83+
"doc/tutorials/intermediate/artists.rst:440"
6884
],
6985
"matplotlib.axes.Axes.patch": [
7086
"doc/api/prev_api_changes/api_changes_0.98.x.rst:89",
71-
"doc/tutorials/intermediate/artists.rst:174",
72-
"doc/tutorials/intermediate/artists.rst:409"
87+
"doc/tutorials/intermediate/artists.rst:186",
88+
"doc/tutorials/intermediate/artists.rst:424"
7389
],
7490
"matplotlib.axes.Axes.patches": [
75-
"doc/tutorials/intermediate/artists.rst:448"
91+
"doc/tutorials/intermediate/artists.rst:463"
7692
],
7793
"matplotlib.axes.Axes.transAxes": [
7894
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows.__init__:8",
@@ -90,13 +106,13 @@
90106
"doc/api/prev_api_changes/api_changes_0.99.x.rst:23"
91107
],
92108
"matplotlib.axes.Axes.xaxis": [
93-
"doc/tutorials/intermediate/artists.rst:593"
109+
"doc/tutorials/intermediate/artists.rst:608"
94110
],
95111
"matplotlib.axes.Axes.yaxis": [
96-
"doc/tutorials/intermediate/artists.rst:593"
112+
"doc/tutorials/intermediate/artists.rst:608"
97113
],
98114
"matplotlib.axis.Axis.label": [
99-
"doc/tutorials/intermediate/artists.rst:640"
115+
"doc/tutorials/intermediate/artists.rst:655"
100116
],
101117
"matplotlib.cm.ScalarMappable.callbacksSM": [
102118
"doc/api/prev_api_changes/api_changes_0.98.0.rst:10"
@@ -109,11 +125,11 @@
109125
],
110126
"matplotlib.figure.Figure.patch": [
111127
"doc/api/prev_api_changes/api_changes_0.98.x.rst:89",
112-
"doc/tutorials/intermediate/artists.rst:174",
113-
"doc/tutorials/intermediate/artists.rst:307"
128+
"doc/tutorials/intermediate/artists.rst:186",
129+
"doc/tutorials/intermediate/artists.rst:319"
114130
],
115131
"matplotlib.figure.Figure.transFigure": [
116-
"doc/tutorials/intermediate/artists.rst:356"
132+
"doc/tutorials/intermediate/artists.rst:368"
117133
],
118134
"max": [
119135
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.p1:4"
@@ -122,12 +138,20 @@
122138
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.p0:4"
123139
],
124140
"mpl_toolkits.mplot3d.axis3d._axinfo": [
125-
"doc/api/toolkits/mplot3d.rst:40"
141+
"doc/api/toolkits/mplot3d.rst:42"
126142
],
127143
"name": [
128144
"lib/matplotlib/scale.py:docstring of matplotlib.scale.ScaleBase:8"
129145
],
130146
"output_dims": [
147+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.AitoffTransform.transform_non_affine:20",
148+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.InvertedAitoffTransform.transform_non_affine:20",
149+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.HammerTransform.transform_non_affine:20",
150+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.InvertedHammerTransform.transform_non_affine:20",
151+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.InvertedLambertTransform.transform_non_affine:20",
152+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.LambertTransform.transform_non_affine:20",
153+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.InvertedMollweideTransform.transform_non_affine:20",
154+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.MollweideTransform.transform_non_affine:20",
131155
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform:14",
132156
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_affine:21",
133157
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_non_affine:20",
@@ -167,10 +191,10 @@
167191
"doc/api/prev_api_changes/api_changes_2.2.0.rst:215"
168192
],
169193
"Patch3DCollection": [
170-
"doc/api/toolkits/mplot3d.rst:83:<autosummary>:1"
194+
"doc/api/toolkits/mplot3d.rst:85:<autosummary>:1"
171195
],
172196
"Path3DCollection": [
173-
"doc/api/toolkits/mplot3d.rst:83:<autosummary>:1"
197+
"doc/api/toolkits/mplot3d.rst:85:<autosummary>:1"
174198
],
175199
"backend_qt5.FigureCanvasQT": [
176200
"doc/api/prev_api_changes/api_changes_2.2.0.rst:199"
@@ -230,12 +254,13 @@
230254
"doc/api/mathtext_api.rst:12"
231255
],
232256
"matplotlib.axes.Subplot": [
233-
"doc/tutorials/intermediate/artists.rst:35",
234-
"doc/tutorials/intermediate/artists.rst:58"
257+
"doc/tutorials/intermediate/artists.rst:44",
258+
"doc/tutorials/intermediate/artists.rst:67"
235259
],
236260
"matplotlib.axes._axes.Axes": [
237261
"doc/api/artist_api.rst:189",
238262
"doc/api/axes_api.rst:609",
263+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.GeoAxes:1",
239264
"lib/matplotlib/projections/polar.py:docstring of matplotlib.projections.polar.PolarAxes:1",
240265
"lib/mpl_toolkits/axes_grid1/mpl_axes.py:docstring of mpl_toolkits.axes_grid1.mpl_axes.Axes:1",
241266
"lib/mpl_toolkits/axisartist/axislines.py:docstring of mpl_toolkits.axisartist.axislines.Axes:1",
@@ -247,23 +272,17 @@
247272
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes:1"
248273
],
249274
"matplotlib.backend_bases.FigureCanvas": [
250-
"doc/tutorials/intermediate/artists.rst:20",
251-
"doc/tutorials/intermediate/artists.rst:22",
252-
"doc/tutorials/intermediate/artists.rst:27"
275+
"doc/tutorials/intermediate/artists.rst:29",
276+
"doc/tutorials/intermediate/artists.rst:31",
277+
"doc/tutorials/intermediate/artists.rst:36"
253278
],
254279
"matplotlib.backend_bases.Renderer": [
255-
"doc/tutorials/intermediate/artists.rst:22",
256-
"doc/tutorials/intermediate/artists.rst:27"
280+
"doc/tutorials/intermediate/artists.rst:31",
281+
"doc/tutorials/intermediate/artists.rst:36"
257282
],
258283
"matplotlib.backend_bases._Backend": [
259284
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ShowBase:1"
260285
],
261-
"matplotlib.backend_tools._ToolEnableAllNavigation": [
262-
"lib/matplotlib/backend_tools.py:docstring of matplotlib.backend_tools.ToolEnableAllNavigation:1"
263-
],
264-
"matplotlib.backend_tools._ToolEnableNavigation": [
265-
"lib/matplotlib/backend_tools.py:docstring of matplotlib.backend_tools.ToolEnableNavigation:1"
266-
],
267286
"matplotlib.backends._backend_pdf_ps.RendererPDFPSBase": [
268287
"lib/matplotlib/backends/backend_pdf.py:docstring of matplotlib.backends.backend_pdf.RendererPdf:1",
269288
"lib/matplotlib/backends/backend_ps.py:docstring of matplotlib.backends.backend_ps.RendererPS:1"
@@ -391,20 +410,15 @@
391410
"lib/matplotlib/patches.py:docstring of matplotlib.patches.ConnectionStyle:1",
392411
"lib/mpl_toolkits/axisartist/axisline_style.py:docstring of mpl_toolkits.axisartist.axisline_style.AxislineStyle:1"
393412
],
394-
"matplotlib.projections.geo.AitoffAxes": [
395-
"doc/api/artist_api.rst:189"
396-
],
397-
"matplotlib.projections.geo.GeoAxes": [
398-
"doc/api/artist_api.rst:189"
399-
],
400-
"matplotlib.projections.geo.HammerAxes": [
401-
"doc/api/artist_api.rst:189"
402-
],
403-
"matplotlib.projections.geo.LambertAxes": [
404-
"doc/api/artist_api.rst:189"
405-
],
406-
"matplotlib.projections.geo.MollweideAxes": [
407-
"doc/api/artist_api.rst:189"
413+
"matplotlib.projections.geo._GeoTransform": [
414+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.AitoffTransform:1",
415+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.InvertedAitoffTransform:1",
416+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.HammerTransform:1",
417+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.InvertedHammerTransform:1",
418+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.InvertedLambertTransform:1",
419+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.LambertTransform:1",
420+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.InvertedMollweideTransform:1",
421+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.MollweideTransform:1"
408422
],
409423
"matplotlib.text._AnnotationBase": [
410424
"doc/api/artist_api.rst:189",
@@ -521,7 +535,7 @@
521535
"doc/api/prev_api_changes/api_changes_2.2.0.rst:199"
522536
],
523537
"IPython.terminal.interactiveshell.TerminalInteractiveShell.inputhook": [
524-
"doc/users/interactive_guide.rst:421"
538+
"doc/users/interactive_guide.rst:420"
525539
],
526540
"_find_tails": [
527541
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
@@ -575,13 +589,15 @@
575589
},
576590
"py:mod": {
577591
"IPython.terminal.pt_inputhooks": [
578-
"doc/users/interactive_guide.rst:421"
592+
"doc/users/interactive_guide.rst:420"
579593
],
580594
"dateutil": [
581595
"lib/matplotlib/dates.py:docstring of matplotlib.dates:1"
582596
],
583597
"matplotlib": [
584-
"doc/api/prev_api_changes/api_changes_0.91.2.rst:15"
598+
"doc/api/next_api_changes/deprecations/19517-AL.rst:3",
599+
"doc/api/prev_api_changes/api_changes_0.91.2.rst:15",
600+
"doc/api/prev_api_changes/api_changes_3.4.0/deprecations.rst:58"
585601
],
586602
"matplotlib.ft2font": [
587603
"doc/api/prev_api_changes/api_changes_0.91.0.rst:34"
@@ -639,15 +655,12 @@
639655
"doc/api/prev_api_changes/api_changes_2.2.0.rst:77"
640656
],
641657
"FT2Font": [
642-
"doc/gallery/misc/ftface_props.rst:16",
658+
"doc/gallery/misc/ftface_props.rst:25",
643659
"lib/matplotlib/font_manager.py:docstring of matplotlib.font_manager.ttfFontProperty:8"
644660
],
645661
"Figure.stale_callback": [
646662
"doc/users/interactive_guide.rst:333"
647663
],
648-
"FigureCanvas": [
649-
"lib/matplotlib/backend_tools.py:docstring of matplotlib.backend_tools.ToolBase:25"
650-
],
651664
"Formatter.__call__": [
652665
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1122",
653666
"doc/api/prev_api_changes/api_changes_3.1.0.rst:1128"
@@ -660,7 +673,7 @@
660673
"lib/matplotlib/mathtext.py:docstring of matplotlib.mathtext.GlueSpec:2"
661674
],
662675
"Glyph": [
663-
"doc/gallery/misc/ftface_props.rst:16"
676+
"doc/gallery/misc/ftface_props.rst:25"
664677
],
665678
"Image": [
666679
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.gci:4"
@@ -672,7 +685,7 @@
672685
"doc/api/prev_api_changes/api_changes_3.1.0.rst:706"
673686
],
674687
"Line2D.pick": [
675-
"doc/users/event_handling.rst:438"
688+
"doc/users/event_handling.rst:467"
676689
],
677690
"MicrosecondLocator.__call__": [
678691
"doc/api/prev_api_changes/api_changes_1.5.0.rst:119"
@@ -700,7 +713,7 @@
700713
"doc/api/prev_api_changes/api_changes_1.5.0.rst:44"
701714
],
702715
"Rectangle.contains": [
703-
"doc/users/event_handling.rst:150"
716+
"doc/users/event_handling.rst:179"
704717
],
705718
"Size.from_any": [
706719
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid.__init__:61",
@@ -804,7 +817,7 @@
804817
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:128"
805818
],
806819
"floating_axes.FloatingSubplot": [
807-
"doc/gallery/axisartist/demo_floating_axes.rst:22"
820+
"doc/gallery/axisartist/demo_floating_axes.rst:31"
808821
],
809822
"fmt_xdata": [
810823
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.format_xdata:4"
@@ -823,8 +836,12 @@
823836
"lib/mpl_toolkits/axes_grid1/axes_size.py:docstring of mpl_toolkits.axes_grid1.axes_size:1"
824837
],
825838
"get_xbound": [
839+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.GeoAxes.set_xlim:49",
826840
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_xlim3d:22"
827841
],
842+
"get_xlim": [
843+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.GeoAxes.set_xlim:47"
844+
],
828845
"get_ybound": [
829846
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_ylim3d:22"
830847
],
@@ -838,6 +855,7 @@
838855
"lib/matplotlib/backends/backend_nbagg.py:docstring of matplotlib.backends.backend_nbagg._BackendNbAgg.show:4"
839856
],
840857
"invert_xaxis": [
858+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.GeoAxes.set_xlim:51",
841859
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_xlim3d:24"
842860
],
843861
"invert_yaxis": [
@@ -866,7 +884,7 @@
866884
"doc/api/prev_api_changes/api_changes_3.0.0.rst:197"
867885
],
868886
"load_char": [
869-
"doc/gallery/misc/ftface_props.rst:16"
887+
"doc/gallery/misc/ftface_props.rst:25"
870888
],
871889
"mainloop": [
872890
"lib/matplotlib/backends/backend_nbagg.py:docstring of matplotlib.backends.backend_nbagg._BackendNbAgg.show:4"
@@ -1240,7 +1258,7 @@
12401258
"doc/api/prev_api_changes/api_changes_3.1.0.rst:290"
12411259
],
12421260
"matplotlib.dates.rrulewrapper": [
1243-
"lib/matplotlib/dates.py:docstring of matplotlib.dates:121"
1261+
"lib/matplotlib/dates.py:docstring of matplotlib.dates:143"
12441262
],
12451263
"matplotlib.sphinxext.mathmpl": [
12461264
"doc/users/prev_whats_new/whats_new_3.0.rst:224"
@@ -1256,7 +1274,7 @@
12561274
"doc/api/prev_api_changes/api_changes_3.1.0.rst:947"
12571275
],
12581276
"mpl_toolkits.axislines.Axes": [
1259-
"lib/mpl_toolkits/axisartist/axis_artist.py:docstring of mpl_toolkits.axisartist.axis_artist:26"
1277+
"lib/mpl_toolkits/axisartist/axis_artist.py:docstring of mpl_toolkits.axisartist.axis_artist:7"
12601278
],
12611279
"next_whats_new": [
12621280
"doc/users/next_whats_new/README.rst:6"
@@ -1274,7 +1292,7 @@
12741292
"doc/users/prev_whats_new/whats_new_3.1.0.rst:374"
12751293
],
12761294
"rrulewrapper": [
1277-
"lib/matplotlib/dates.py:docstring of matplotlib.dates:121"
1295+
"lib/matplotlib/dates.py:docstring of matplotlib.dates:143"
12781296
],
12791297
"scipy.stats.norm.pdf": [
12801298
"doc/api/prev_api_changes/api_changes_3.1.0.rst:569",
@@ -1290,6 +1308,7 @@
12901308
"doc/users/prev_whats_new/whats_new_1.4.rst:223"
12911309
],
12921310
"set_xbound": [
1311+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.GeoAxes.set_xlim:49",
12931312
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_xlim3d:22"
12941313
],
12951314
"set_ybound": [
@@ -1331,6 +1350,7 @@
13311350
"doc/users/next_whats_new/README.rst:6"
13321351
],
13331352
"xaxis_inverted": [
1353+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.GeoAxes.set_xlim:51",
13341354
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_xlim3d:24"
13351355
],
13361356
"yaxis_inverted": [

0 commit comments

Comments
 (0)