Skip to content

Commit 9b8f11b

Browse files
authored
Merge pull request matplotlib#29058 from ksunden/doc_refs
[DOC] Update missing-references.json
2 parents d74e653 + 1bbe65c commit 9b8f11b

File tree

1 file changed

+30
-58
lines changed

1 file changed

+30
-58
lines changed

Diff for: doc/missing-references.json

+30-58
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"py:attr": {
33
"cbar_axes": [
4-
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:72",
5-
"lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:72"
4+
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:72"
65
],
76
"eventson": [
87
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.CheckButtons.set_active:4",
@@ -47,7 +46,6 @@
4746
],
4847
"matplotlib.axes.Axes.transData": [
4948
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredAuxTransformBox:11",
50-
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredEllipse:33",
5149
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredSizeBar:8"
5250
],
5351
"matplotlib.axes.Axes.xaxis": [
@@ -58,9 +56,6 @@
5856
"doc/tutorials/artists.rst:608",
5957
"doc/users/explain/axes/axes_intro.rst:133"
6058
],
61-
"matplotlib.axis.Axis.label": [
62-
"doc/tutorials/artists.rst:655"
63-
],
6459
"matplotlib.figure.Figure.patch": [
6560
"doc/tutorials/artists.rst:185",
6661
"doc/tutorials/artists.rst:318"
@@ -101,9 +96,6 @@
10196
"triangulation": [
10297
"lib/matplotlib/tri/_trirefine.py:docstring of matplotlib.tri._trirefine.UniformTriRefiner.refine_triangulation:2"
10398
],
104-
"use_sticky_edges": [
105-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:59"
106-
],
10799
"width": [
108100
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.bounds:2"
109101
],
@@ -302,34 +294,34 @@
302294
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
303295
],
304296
"matplotlib.collections._CollectionWithSizes.set_sizes": [
305-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:179",
306-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:84",
307-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:121",
308-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:121",
309-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:217",
310-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:186",
311-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:255",
312-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:44",
313-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:44",
314-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:44",
315-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:44",
316-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:44",
317-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:44",
318-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:44",
319-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:45",
320-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:179",
321-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:84",
322-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:121",
323-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:121",
324-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:217",
325-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:186",
326-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:255",
327-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:45",
328-
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:45",
329-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:212",
330-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:291",
331-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46",
332-
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:45"
297+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:180",
298+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:85",
299+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:122",
300+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:122",
301+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:218",
302+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:187",
303+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:256",
304+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:45",
305+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:45",
306+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:46",
307+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:45",
308+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:45",
309+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:45",
310+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:45",
311+
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:45",
312+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:180",
313+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:85",
314+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:122",
315+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:122",
316+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:218",
317+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:187",
318+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:256",
319+
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:46",
320+
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:46",
321+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:213",
322+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:292",
323+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:47",
324+
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:46"
333325
],
334326
"matplotlib.collections._MeshData.set_array": [
335327
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:168",
@@ -342,10 +334,6 @@
342334
"Artist.stale_callback": [
343335
"doc/users/explain/figure/interactive_guide.rst:323"
344336
],
345-
"AxesBase": [
346-
"doc/api/axes_api.rst:448:<autosummary>:1",
347-
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.add_child_axes:2"
348-
],
349337
"Figure.stale_callback": [
350338
"doc/users/explain/figure/interactive_guide.rst:333"
351339
],
@@ -359,8 +347,7 @@
359347
"doc/users/explain/figure/event_handling.rst:285"
360348
],
361349
"Size.from_any": [
362-
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87",
363-
"lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:87"
350+
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87"
364351
],
365352
"Timer": [
366353
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.FigureCanvasBase.new_timer:2",
@@ -391,16 +378,8 @@
391378
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:21"
392379
],
393380
"ax.transAxes": [
394-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.indicate_inset:19",
395381
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.inset_axes:11"
396382
],
397-
"axes.bbox": [
398-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146",
399-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147",
400-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105",
401-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147",
402-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146"
403-
],
404383
"can_composite": [
405384
"lib/matplotlib/image.py:docstring of matplotlib.image.composite_images:9"
406385
],
@@ -410,13 +389,6 @@
410389
"draw_image": [
411390
"lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.option_scale_image:2"
412391
],
413-
"figure.bbox": [
414-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146",
415-
"lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147",
416-
"lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105",
417-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147",
418-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146"
419-
],
420392
"fmt_xdata": [
421393
"lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.format_xdata:4"
422394
],

0 commit comments

Comments
 (0)