From 1bbe65c19a2cf2ee3b184c3d2bf474957cf64816 Mon Sep 17 00:00:00 2001 From: Kyle Sunden Date: Thu, 31 Oct 2024 17:33:10 -0500 Subject: [PATCH] [DOC] Update missing-references.json Problems were introduced by #28048, specifically relating to set_sizes. I simply ran with the flag to regenerate, so more changes were made, which I do not fully understand why they were not problematic earlier. --- doc/missing-references.json | 88 +++++++++++++------------------------ 1 file changed, 30 insertions(+), 58 deletions(-) diff --git a/doc/missing-references.json b/doc/missing-references.json index d71ebee606b0..61662066f639 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -1,8 +1,7 @@ { "py:attr": { "cbar_axes": [ - "lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:72", - "lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:72" + "lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:72" ], "eventson": [ "lib/matplotlib/widgets.py:docstring of matplotlib.widgets.CheckButtons.set_active:4", @@ -47,7 +46,6 @@ ], "matplotlib.axes.Axes.transData": [ "lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredAuxTransformBox:11", - "lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredEllipse:33", "lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredSizeBar:8" ], "matplotlib.axes.Axes.xaxis": [ @@ -58,9 +56,6 @@ "doc/tutorials/artists.rst:608", "doc/users/explain/axes/axes_intro.rst:133" ], - "matplotlib.axis.Axis.label": [ - "doc/tutorials/artists.rst:655" - ], "matplotlib.figure.Figure.patch": [ "doc/tutorials/artists.rst:185", "doc/tutorials/artists.rst:318" @@ -101,9 +96,6 @@ "triangulation": [ "lib/matplotlib/tri/_trirefine.py:docstring of matplotlib.tri._trirefine.UniformTriRefiner.refine_triangulation:2" ], - "use_sticky_edges": [ - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:59" - ], "width": [ "lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.bounds:2" ], @@ -302,34 +294,34 @@ "lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9" ], "matplotlib.collections._CollectionWithSizes.set_sizes": [ - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:179", - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:84", - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:121", - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:121", - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:217", - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:186", - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:255", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:44", - "lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:45", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:179", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:84", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:121", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:121", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:217", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:186", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:255", - "lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:45", - "lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:45", - "lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:212", - "lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:291", - "lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46", - "lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:45" + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:180", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:85", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:122", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:122", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:218", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:187", + "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:256", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:45", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:45", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.FillBetweenPolyCollection.set:46", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:45", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:45", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:45", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:45", + "lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:45", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:180", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:85", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:122", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:122", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:218", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:187", + "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:256", + "lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:46", + "lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:46", + "lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:213", + "lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:292", + "lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:47", + "lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:46" ], "matplotlib.collections._MeshData.set_array": [ "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:168", @@ -342,10 +334,6 @@ "Artist.stale_callback": [ "doc/users/explain/figure/interactive_guide.rst:323" ], - "AxesBase": [ - "doc/api/axes_api.rst:448::1", - "lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.add_child_axes:2" - ], "Figure.stale_callback": [ "doc/users/explain/figure/interactive_guide.rst:333" ], @@ -359,8 +347,7 @@ "doc/users/explain/figure/event_handling.rst:285" ], "Size.from_any": [ - "lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87", - "lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:87" + "lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87" ], "Timer": [ "lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.FigureCanvasBase.new_timer:2", @@ -391,16 +378,8 @@ "lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:21" ], "ax.transAxes": [ - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.indicate_inset:19", "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.inset_axes:11" ], - "axes.bbox": [ - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146", - "lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147", - "lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146" - ], "can_composite": [ "lib/matplotlib/image.py:docstring of matplotlib.image.composite_images:9" ], @@ -410,13 +389,6 @@ "draw_image": [ "lib/matplotlib/backends/backend_agg.py:docstring of matplotlib.backends.backend_agg.RendererAgg.option_scale_image:2" ], - "figure.bbox": [ - "lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.legend:146", - "lib/matplotlib/figure.py:docstring of matplotlib.figure.FigureBase.legend:147", - "lib/matplotlib/legend.py:docstring of matplotlib.legend.Legend:105", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.figlegend:147", - "lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.legend:146" - ], "fmt_xdata": [ "lib/matplotlib/axes/_base.py:docstring of matplotlib.axes._base._AxesBase.format_xdata:4" ],