Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cda4372

Browse filesBrowse files
committed
DOC: Simplify missing references extension
Sphinx 3.4 added a `warn-missing-reference` event, from which we can: 1. record the missing reference, avoiding any of the messing about with logging, and; 2. suppress the warning, avoiding any messing about with the `nitpicky_ignore` settings and their changing defaults. Also, simplify some of the callbacks by simply not connect the events if not necessary, instead of checking in every one.
1 parent 42bfa26 commit cda4372
Copy full SHA for cda4372

File tree

2 files changed

+119
-194
lines changed
Filter options

2 files changed

+119
-194
lines changed

‎doc/missing-references.json

Copy file name to clipboardExpand all lines: doc/missing-references.json
+73-78Lines changed: 73 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"lib/matplotlib/colorbar.py:docstring of matplotlib.colorbar.Colorbar.add_lines:4"
3737
],
3838
"matplotlib.axes.Axes.patch": [
39-
"doc/tutorials/artists.rst:188",
40-
"doc/tutorials/artists.rst:427"
39+
"doc/tutorials/artists.rst:185",
40+
"doc/tutorials/artists.rst:424"
4141
],
4242
"matplotlib.axes.Axes.patches": [
43-
"doc/tutorials/artists.rst:465"
43+
"doc/tutorials/artists.rst:462"
4444
],
4545
"matplotlib.axes.Axes.transAxes": [
4646
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredDirectionArrows:8"
@@ -51,25 +51,22 @@
5151
"lib/mpl_toolkits/axes_grid1/anchored_artists.py:docstring of mpl_toolkits.axes_grid1.anchored_artists.AnchoredSizeBar:8"
5252
],
5353
"matplotlib.axes.Axes.xaxis": [
54-
"doc/tutorials/artists.rst:611",
54+
"doc/tutorials/artists.rst:608",
5555
"doc/users/explain/axes/axes_intro.rst:133"
5656
],
5757
"matplotlib.axes.Axes.yaxis": [
58-
"doc/tutorials/artists.rst:611",
58+
"doc/tutorials/artists.rst:608",
5959
"doc/users/explain/axes/axes_intro.rst:133"
6060
],
6161
"matplotlib.axis.Axis.label": [
62-
"doc/tutorials/artists.rst:658"
63-
],
64-
"matplotlib.colors.Colormap.name": [
65-
"lib/matplotlib/cm.py:docstring of matplotlib.cm.register_cmap:14"
62+
"doc/tutorials/artists.rst:655"
6663
],
6764
"matplotlib.figure.Figure.patch": [
68-
"doc/tutorials/artists.rst:188",
69-
"doc/tutorials/artists.rst:321"
65+
"doc/tutorials/artists.rst:185",
66+
"doc/tutorials/artists.rst:318"
7067
],
7168
"matplotlib.figure.Figure.transFigure": [
72-
"doc/tutorials/artists.rst:370"
69+
"doc/tutorials/artists.rst:367"
7370
],
7471
"max": [
7572
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.p1:4"
@@ -105,7 +102,7 @@
105102
"lib/matplotlib/tri/_trirefine.py:docstring of matplotlib.tri._trirefine.UniformTriRefiner.refine_triangulation:2"
106103
],
107104
"use_sticky_edges": [
108-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:53"
105+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.margins:57"
109106
],
110107
"width": [
111108
"lib/matplotlib/transforms.py:docstring of matplotlib.transforms.Bbox.bounds:2"
@@ -125,19 +122,19 @@
125122
},
126123
"py:class": {
127124
"HashableList[_HT]": [
128-
"doc/docstring of builtins.list:17"
125+
"<unknown>:1"
129126
],
130127
"matplotlib.axes._base._AxesBase": [
131128
"doc/api/artist_api.rst:202"
132129
],
133130
"matplotlib.backend_bases.FigureCanvas": [
134-
"doc/tutorials/artists.rst:36",
135-
"doc/tutorials/artists.rst:38",
136-
"doc/tutorials/artists.rst:43"
131+
"doc/tutorials/artists.rst:33",
132+
"doc/tutorials/artists.rst:35",
133+
"doc/tutorials/artists.rst:40"
137134
],
138135
"matplotlib.backend_bases.Renderer": [
139-
"doc/tutorials/artists.rst:38",
140-
"doc/tutorials/artists.rst:43"
136+
"doc/tutorials/artists.rst:35",
137+
"doc/tutorials/artists.rst:40"
141138
],
142139
"matplotlib.backend_bases._Backend": [
143140
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ShowBase:1"
@@ -238,36 +235,41 @@
238235
"lib/mpl_toolkits/axes_grid1/axes_size.py:docstring of mpl_toolkits.axes_grid1.axes_size.Scaled:1"
239236
],
240237
"mpl_toolkits.axes_grid1.parasite_axes.AxesHostAxes": [
241-
"doc/api/_as_gen/mpl_toolkits.axes_grid1.parasite_axes.rst:32:<autosummary>:1"
238+
"<unknown>:1",
239+
"doc/api/_as_gen/mpl_toolkits.axes_grid1.parasite_axes.rst:30:<autosummary>:1"
242240
],
243241
"mpl_toolkits.axes_grid1.parasite_axes.AxesParasite": [
244-
"doc/api/_as_gen/mpl_toolkits.axes_grid1.parasite_axes.rst:32:<autosummary>:1"
242+
"<unknown>:1",
243+
"doc/api/_as_gen/mpl_toolkits.axes_grid1.parasite_axes.rst:30:<autosummary>:1"
245244
],
246245
"mpl_toolkits.axisartist.Axes": [
247246
"doc/api/toolkits/axisartist.rst:6"
248247
],
249248
"mpl_toolkits.axisartist.axisline_style.AxislineStyle._Base": [
250-
"lib/mpl_toolkits/axisartist/axisline_style.py:docstring of mpl_toolkits.axisartist.axisline_style.AxislineStyle:1"
249+
"lib/mpl_toolkits/axisartist/axisline_style.py:docstring of mpl_toolkits.axisartist.axisline_style.AxislineStyle.SimpleArrow:1"
251250
],
252251
"mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.FilledArrow": [
253-
"lib/mpl_toolkits/axisartist/axisline_style.py:docstring of mpl_toolkits.axisartist.axisline_style.AxislineStyle:1"
252+
"<unknown>:1"
254253
],
255254
"mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.SimpleArrow": [
256-
"lib/mpl_toolkits/axisartist/axisline_style.py:docstring of mpl_toolkits.axisartist.axisline_style.AxislineStyle:1"
255+
"<unknown>:1"
257256
],
258257
"mpl_toolkits.axisartist.axislines._FixedAxisArtistHelperBase": [
258+
"<unknown>:1",
259259
"lib/mpl_toolkits/axisartist/axislines.py:docstring of mpl_toolkits.axisartist.axislines.FixedAxisArtistHelperRectilinear:1",
260260
"lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py:docstring of mpl_toolkits.axisartist.grid_helper_curvelinear.FixedAxisArtistHelper:1"
261261
],
262262
"mpl_toolkits.axisartist.axislines._FloatingAxisArtistHelperBase": [
263+
"<unknown>:1",
263264
"lib/mpl_toolkits/axisartist/axislines.py:docstring of mpl_toolkits.axisartist.axislines.FloatingAxisArtistHelperRectilinear:1",
264265
"lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py:docstring of mpl_toolkits.axisartist.grid_helper_curvelinear.FloatingAxisArtistHelper:1"
265266
],
266267
"mpl_toolkits.axisartist.floating_axes.FloatingAxesHostAxes": [
267-
"doc/api/_as_gen/mpl_toolkits.axisartist.floating_axes.rst:34:<autosummary>:1"
268+
"<unknown>:1",
269+
"doc/api/_as_gen/mpl_toolkits.axisartist.floating_axes.rst:32:<autosummary>:1"
268270
],
269271
"numpy.uint8": [
270-
"lib/matplotlib/path.py:docstring of matplotlib.path:1"
272+
"<unknown>:1"
271273
]
272274
},
273275
"py:data": {
@@ -297,40 +299,39 @@
297299
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
298300
],
299301
"matplotlib.collections._CollectionWithSizes.set_sizes": [
300-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:176",
302+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.barbs:177",
301303
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.broken_barh:82",
302304
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_between:118",
303305
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.fill_betweenx:118",
304-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.hexbin:206",
305-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolor:178",
306-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.quiver:212",
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",
307309
"lib/matplotlib/collections.py:docstring of matplotlib.artist.AsteriskPolygonCollection.set:44",
308-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.BrokenBarHCollection.set:44",
309310
"lib/matplotlib/collections.py:docstring of matplotlib.artist.CircleCollection.set:44",
310311
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PathCollection.set:44",
311312
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyCollection.set:44",
312313
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:44",
313314
"lib/matplotlib/collections.py:docstring of matplotlib.artist.RegularPolyCollection.set:44",
314315
"lib/matplotlib/collections.py:docstring of matplotlib.artist.StarPolygonCollection.set:44",
315-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:176",
316+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.barbs:177",
316317
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.broken_barh:82",
317318
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_between:118",
318319
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.fill_betweenx:118",
319-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.hexbin:206",
320-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolor:178",
321-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.quiver:212",
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",
322323
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Barbs.set:45",
323324
"lib/matplotlib/quiver.py:docstring of matplotlib.artist.Quiver.set:45",
324-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:209",
325-
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:248",
325+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:210",
326+
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Quiver:249",
326327
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Path3DCollection.set:46",
327328
"lib/mpl_toolkits/mplot3d/art3d.py:docstring of matplotlib.artist.Poly3DCollection.set:44"
328329
],
329330
"matplotlib.collections._MeshData.set_array": [
330-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:160",
331+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:162",
331332
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:17",
332333
"lib/matplotlib/collections.py:docstring of matplotlib.artist.QuadMesh.set:17",
333-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolormesh:160"
334+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolormesh:162"
334335
]
335336
},
336337
"py:obj": {
@@ -349,7 +350,7 @@
349350
"doc/users/explain/figure/interactive_guide.rst:333"
350351
],
351352
"Glyph": [
352-
"doc/gallery/misc/ftface_props.rst:28"
353+
"doc/gallery/misc/ftface_props.rst:25"
353354
],
354355
"Image": [
355356
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.gci:4"
@@ -358,24 +359,24 @@
358359
"doc/users/explain/figure/event_handling.rst:568"
359360
],
360361
"QuadContourSet.changed()": [
361-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contour:152",
362-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.contourf:152",
363-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contour:152",
364-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.contourf:152"
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"
365366
],
366367
"Rectangle.contains": [
367368
"doc/users/explain/figure/event_handling.rst:280"
368369
],
369370
"Size.from_any": [
370-
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:84",
371-
"lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:84"
371+
"lib/mpl_toolkits/axes_grid1/axes_grid.py:docstring of mpl_toolkits.axes_grid1.axes_grid.ImageGrid:87",
372+
"lib/mpl_toolkits/axisartist/axes_grid.py:docstring of mpl_toolkits.axisartist.axes_grid.ImageGrid:87"
372373
],
373374
"Timer": [
374375
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.FigureCanvasBase.new_timer:2",
375376
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.TimerBase:14"
376377
],
377378
"ToolContainer": [
378-
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ToolContainerBase.remove_toolitem:2",
379+
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ToolContainerBase.remove_toolitem:8",
379380
"lib/matplotlib/backend_bases.py:docstring of matplotlib.backend_bases.ToolContainerBase:20"
380381
],
381382
"_iter_collection": [
@@ -396,7 +397,7 @@
396397
"lib/matplotlib/dviread.py:docstring of matplotlib.dviread.Vf:20"
397398
],
398399
"active": [
399-
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:34"
400+
"lib/matplotlib/widgets.py:docstring of matplotlib.widgets.AxesWidget:32"
400401
],
401402
"ax.transAxes": [
402403
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.indicate_inset:19",
@@ -435,43 +436,40 @@
435436
"lib/mpl_toolkits/axes_grid1/axes_size.py:docstring of mpl_toolkits.axes_grid1.axes_size:1"
436437
],
437438
"ipykernel.pylab.backend_inline": [
438-
"doc/users/explain/figure/interactive.rst:340"
439+
"doc/users/explain/figure/interactive.rst:361"
439440
],
440441
"kde.covariance_factor": [
441-
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:41"
442+
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:40"
442443
],
443444
"kde.factor": [
444-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.violinplot:46",
445+
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.violinplot:58",
445446
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:12",
446-
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:45",
447-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.violinplot:46"
447+
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:44",
448+
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.violinplot:58"
448449
],
449450
"make_image": [
450451
"lib/matplotlib/image.py:docstring of matplotlib.image.composite_images:9"
451452
],
452453
"matplotlib.animation.ArtistAnimation.new_frame_seq": [
453-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
454+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
454455
],
455456
"matplotlib.animation.ArtistAnimation.new_saved_frame_seq": [
456-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
457+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
457458
],
458459
"matplotlib.animation.ArtistAnimation.pause": [
459-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
460-
],
461-
"matplotlib.animation.ArtistAnimation.repeat": [
462-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:33:<autosummary>:1"
460+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
463461
],
464462
"matplotlib.animation.ArtistAnimation.resume": [
465-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
463+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
466464
],
467465
"matplotlib.animation.ArtistAnimation.save": [
468-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
466+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
469467
],
470468
"matplotlib.animation.ArtistAnimation.to_html5_video": [
471-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
469+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
472470
],
473471
"matplotlib.animation.ArtistAnimation.to_jshtml": [
474-
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:28:<autosummary>:1"
472+
"doc/api/_as_gen/matplotlib.animation.ArtistAnimation.rst:23:<autosummary>:1"
475473
],
476474
"matplotlib.animation.FFMpegFileWriter.bin_path": [
477475
"doc/api/_as_gen/matplotlib.animation.FFMpegFileWriter.rst:27:<autosummary>:1"
@@ -543,22 +541,19 @@
543541
"lib/matplotlib/animation.py:docstring of matplotlib.animation.FileMovieWriter.finish:1:<autosummary>:1"
544542
],
545543
"matplotlib.animation.FuncAnimation.pause": [
546-
"doc/api/_as_gen/matplotlib.animation.FuncAnimation.rst:28:<autosummary>:1"
547-
],
548-
"matplotlib.animation.FuncAnimation.repeat": [
549544
"lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
550545
],
551546
"matplotlib.animation.FuncAnimation.resume": [
552-
"doc/api/_as_gen/matplotlib.animation.FuncAnimation.rst:28:<autosummary>:1"
547+
"lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
553548
],
554549
"matplotlib.animation.FuncAnimation.save": [
555-
"doc/api/_as_gen/matplotlib.animation.FuncAnimation.rst:28:<autosummary>:1"
550+
"lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
556551
],
557552
"matplotlib.animation.FuncAnimation.to_html5_video": [
558-
"doc/api/_as_gen/matplotlib.animation.FuncAnimation.rst:28:<autosummary>:1"
553+
"lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
559554
],
560555
"matplotlib.animation.FuncAnimation.to_jshtml": [
561-
"doc/api/_as_gen/matplotlib.animation.FuncAnimation.rst:28:<autosummary>:1"
556+
"lib/matplotlib/animation.py:docstring of matplotlib.animation.FuncAnimation.new_frame_seq:1:<autosummary>:1"
562557
],
563558
"matplotlib.animation.HTMLWriter.bin_path": [
564559
"doc/api/_as_gen/matplotlib.animation.HTMLWriter.rst:27:<autosummary>:1"
@@ -633,28 +628,28 @@
633628
"doc/api/_as_gen/matplotlib.animation.PillowWriter.rst:26:<autosummary>:1"
634629
],
635630
"matplotlib.animation.TimedAnimation.new_frame_seq": [
636-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
631+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
637632
],
638633
"matplotlib.animation.TimedAnimation.new_saved_frame_seq": [
639-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
634+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
640635
],
641636
"matplotlib.animation.TimedAnimation.pause": [
642-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
637+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
643638
],
644639
"matplotlib.animation.TimedAnimation.resume": [
645-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
640+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
646641
],
647642
"matplotlib.animation.TimedAnimation.save": [
648-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
643+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
649644
],
650645
"matplotlib.animation.TimedAnimation.to_html5_video": [
651-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
646+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
652647
],
653648
"matplotlib.animation.TimedAnimation.to_jshtml": [
654-
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:28:<autosummary>:1"
649+
"doc/api/_as_gen/matplotlib.animation.TimedAnimation.rst:23:<autosummary>:1"
655650
],
656651
"matplotlib.typing._HT": [
657-
"doc/docstring of builtins.list:17"
652+
"<unknown>:1"
658653
],
659654
"mpl_toolkits.axislines.Axes": [
660655
"lib/mpl_toolkits/axisartist/axis_artist.py:docstring of mpl_toolkits.axisartist.axis_artist:7"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.