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

Skip to content

Commit d70d5ad

Browse files
committed
DOC: update skipped references
1 parent 8ab0a65 commit d70d5ad

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/missing-references.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"c:var": {
3+
"PyOS_InputHook": [
4+
"doc/users/interactive_guide.rst:401",
5+
"doc/users/interactive_guide.rst:411"
6+
]
7+
},
28
"py:attr": {
39
"ax": [
410
"lib/mpl_toolkits/axes_grid1/colorbar.py:docstring of mpl_toolkits.axes_grid1.colorbar.ColorbarBase:23"
@@ -453,6 +459,9 @@
453459
"FigureCanvasQTAgg.print_figure": [
454460
"doc/api/prev_api_changes/api_changes_2.2.0.rst:199"
455461
],
462+
"IPython.terminal.interactiveshell.TerminalInteractiveShell.inputhook": [
463+
"doc/users/interactive_guide.rst:428"
464+
],
456465
"_find_tails": [
457466
"lib/matplotlib/quiver.py:docstring of matplotlib.quiver.Barbs:9"
458467
],
@@ -521,6 +530,9 @@
521530
]
522531
},
523532
"py:mod": {
533+
"IPython.terminal.pt_inputhooks": [
534+
"doc/users/interactive_guide.rst:428"
535+
],
524536
"dateutil": [
525537
"lib/matplotlib/dates.py:docstring of matplotlib.dates:1"
526538
],
@@ -562,6 +574,9 @@
562574
"./gallery/index.html": [
563575
"doc/devel/contributing.rst:562"
564576
],
577+
"Artist.stale_callback": [
578+
"doc/users/interactive_guide.rst:326"
579+
],
565580
"Artist.sticky_edges": [
566581
"doc/api/axes_api.rst:362:<autosummary>:1",
567582
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes.Axes.use_sticky_edges:2"
@@ -640,6 +655,9 @@
640655
"doc/gallery/misc/ftface_props.rst:16",
641656
"lib/matplotlib/font_manager.py:docstring of matplotlib.font_manager.ttfFontProperty:8"
642657
],
658+
"Figure.stale_callback": [
659+
"doc/users/interactive_guide.rst:336"
660+
],
643661
"FigureCanvas": [
644662
"lib/matplotlib/backend_tools.py:docstring of matplotlib.backend_tools.ToolBase:25"
645663
],
@@ -966,6 +984,9 @@
966984
"invert_yaxis": [
967985
"lib/mpl_toolkits/mplot3d/axes3d.py:docstring of mpl_toolkits.mplot3d.axes3d.Axes3D.get_ylim3d:24"
968986
],
987+
"ipykernel.pylab.backend_inline": [
988+
"doc/users/interactive.rst:249"
989+
],
969990
"kde.covariance_factor": [
970991
"lib/matplotlib/mlab.py:docstring of matplotlib.mlab.GaussianKDE:41"
971992
],

0 commit comments

Comments
 (0)