Skip to content

Commit 8ae9f53

Browse files
committed
DOC: Update missing references for numpydoc 1.8.0
The numpydoc 1.8.0 release re-ordered some sections [1] in generated docs, which caused our missing reference extension to no longer ignore some entries since they are at different lines. Fixes #28715 [1] numpy/numpydoc#571
1 parent 9f49b07 commit 8ae9f53

File tree

1 file changed

+59
-59
lines changed

1 file changed

+59
-59
lines changed

doc/missing-references.json

+59-59
Original file line numberDiff line numberDiff line change
@@ -81,28 +81,28 @@
8181
"lib/matplotlib/scale.py:docstring of matplotlib.scale.ScaleBase:8"
8282
],
8383
"output_dims": [
84-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.AitoffTransform.transform_non_affine:20",
85-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.InvertedAitoffTransform.transform_non_affine:20",
86-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.HammerTransform.transform_non_affine:20",
87-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.InvertedHammerTransform.transform_non_affine:20",
88-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.InvertedLambertTransform.transform_non_affine:20",
89-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.LambertTransform.transform_non_affine:20",
90-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.InvertedMollweideTransform.transform_non_affine:20",
91-
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.MollweideTransform.transform_non_affine:20",
92-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform:14",
93-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_affine:21",
94-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_non_affine:20",
95-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.CompositeGenericTransform.transform_affine:21",
96-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.CompositeGenericTransform.transform_non_affine:20",
97-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.IdentityTransform.transform:14",
98-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.IdentityTransform.transform_affine:21",
99-
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.IdentityTransform.transform_non_affine:20"
84+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.AitoffTransform.transform_non_affine:22",
85+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.AitoffAxes.InvertedAitoffTransform.transform_non_affine:22",
86+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.HammerTransform.transform_non_affine:22",
87+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.HammerAxes.InvertedHammerTransform.transform_non_affine:22",
88+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.InvertedLambertTransform.transform_non_affine:22",
89+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.LambertAxes.LambertTransform.transform_non_affine:22",
90+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.InvertedMollweideTransform.transform_non_affine:22",
91+
"lib/matplotlib/projections/geo.py:docstring of matplotlib.projections.geo.MollweideAxes.MollweideTransform.transform_non_affine:22",
92+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform:16",
93+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_affine:23",
94+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.AffineBase.transform_non_affine:22",
95+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.CompositeGenericTransform.transform_affine:23",
96+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.CompositeGenericTransform.transform_non_affine:22",
97+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.IdentityTransform.transform:16",
98+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.IdentityTransform.transform_affine:23",
99+
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.IdentityTransform.transform_non_affine:22"
100100
],
101101
"triangulation": [
102102
"lib/matplotlib/tri/_trirefine.py:docstring of matplotlib.tri._trirefine.UniformTriRefiner.refine_triangulation:2"
103103
],
104104
"use_sticky_edges": [
105-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:57"
105+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:59"
106106
],
107107
"width": [
108108
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.bounds:2"
@@ -274,11 +274,11 @@
274274
},
275275
"py:data": {
276276
"matplotlib.axes.Axes.transAxes": [
277-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:248",
278-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:249",
279-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:201",
280-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:249",
281-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:248"
277+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:250",
278+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:251",
279+
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:209",
280+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:251",
281+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:250"
282282
]
283283
},
284284
"py:meth": {
@@ -299,39 +299,39 @@
299299
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
300300
],
301301
"matplotlib.collections._CollectionWithSizes.set_sizes": [
302-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:177",
303-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:82",
304-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:118",
305-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:118",
306-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:211",
307-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:180",
308-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:213",
302+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:179",
303+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:84",
304+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:120",
305+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:120",
306+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:213",
307+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:182",
308+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:215",
309309
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:44",
310310
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:44",
311311
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:44",
312312
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:44",
313313
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:44",
314314
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:44",
315315
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:44",
316-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:177",
317-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:82",
318-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:118",
319-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:118",
320-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:211",
321-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:180",
322-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:213",
316+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:179",
317+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:84",
318+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:120",
319+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:120",
320+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:213",
321+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:182",
322+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:215",
323323
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:45",
324324
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:45",
325-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:210",
326-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:249",
325+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:212",
326+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:251",
327327
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46",
328328
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:44"
329329
],
330330
"matplotlib.collections._MeshData.set_array": [
331-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:162",
331+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:164",
332332
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:17",
333333
"lib/matplotlib/collections.py:docstring of matplotlib.artist.QuadMesh.set:17",
334-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolormesh:162"
334+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolormesh:164"
335335
]
336336
},
337337
"py:obj": {
@@ -359,10 +359,10 @@
359359
"doc/users/explain/figure/event_handling.rst:568"
360360
],
361361
"QuadContourSet.changed()": [
362-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contour:154",
363-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contourf:154",
364-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contour:154",
365-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contourf:154"
362+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contour:156",
363+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contourf:156",
364+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contour:156",
365+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contourf:156"
366366
],
367367
"Rectangle.contains": [
368368
"doc/users/explain/figure/event_handling.rst:280"
@@ -377,7 +377,7 @@
377377
],
378378
"ToolContainer": [
379379
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ToolContainerBase.remove_toolitem:8",
380-
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ToolContainerBase:20"
380+
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ToolContainerBase:9"
381381
],
382382
"_iter_collection": [
383383
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.RendererBase.draw_path_collection:15",
@@ -394,21 +394,21 @@
394394
"lib/matplotlib/patheffects.py:docstring of matplotlib.patheffects.PathEffectRenderer.draw_path_collection:15"
395395
],
396396
"_read": [
397-
"lib/matplotlib/dviread.py:docstring of matplotlib.dviread.Vf:20"
397+
"lib/matplotlib/dviread.py:docstring of matplotlib.dviread.Vf:22"
398398
],
399399
"active": [
400-
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:32"
400+
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:21"
401401
],
402402
"ax.transAxes": [
403403
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.indicate_inset:19",
404404
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.inset_axes:11"
405405
],
406406
"axes.bbox": [
407-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:144",
408-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:145",
409-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:97",
410-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:145",
411-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:144"
407+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146",
408+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147",
409+
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105",
410+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147",
411+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146"
412412
],
413413
"can_composite": [
414414
"lib/matplotlib/image.py:docstring of matplotlib.image.composite_images:9"
@@ -420,11 +420,11 @@
420420
"lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.option_scale_image:2"
421421
],
422422
"figure.bbox": [
423-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:144",
424-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:145",
425-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:97",
426-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:145",
427-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:144"
423+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146",
424+
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147",
425+
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105",
426+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147",
427+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146"
428428
],
429429
"fmt_xdata": [
430430
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.format_xdata:4"
@@ -439,12 +439,12 @@
439439
"doc/users/explain/figure/interactive.rst:361"
440440
],
441441
"kde.covariance_factor": [
442-
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:40"
442+
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:29"
443443
],
444444
"kde.factor": [
445445
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.violinplot:58",
446446
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:12",
447-
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:44",
447+
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:33",
448448
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.violinplot:58"
449449
],
450450
"make_image": [

0 commit comments

Comments
 (0)