Skip to content

Commit d0b5c4c

Browse files
authored
Merge pull request matplotlib#29580 from timhoffm/doc-missing-reference
DOC: More cleanup of missing-references.json
2 parents 2ab27cd + f1f586d commit d0b5c4c

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

doc/api/collections_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919

2020
.. autoclass:: _MeshData
2121
:no-members:
22+
:members: set_array
2223
:class-doc-from: class

doc/missing-references.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,6 @@
1717
"lib/matplotlib/backends/backend_tkagg.py:docstring of matplotlib.backends.backend_tkagg.FigureCanvasTkAgg:1",
1818
"lib/matplotlib/backends/backend_tkcairo.py:docstring of matplotlib.backends.backend_tkcairo.FigureCanvasTkCairo:1"
1919
],
20-
"matplotlib.collections._CollectionWithSizes": [
21-
"doc/api/artist_api.rst:202",
22-
"doc/api/collections_api.rst:13",
23-
"lib/matplotlib/collections.py:docstring of matplotlib.collections.CircleCollection:1",
24-
"lib/matplotlib/collections.py:docstring of matplotlib.collections.PathCollection:1",
25-
"lib/matplotlib/collections.py:docstring of matplotlib.collections.PolyCollection:1",
26-
"lib/matplotlib/collections.py:docstring of matplotlib.collections.RegularPolyCollection:1"
27-
],
28-
"matplotlib.collections._MeshData": [
29-
"doc/api/artist_api.rst:202",
30-
"doc/api/collections_api.rst:13",
31-
"lib/matplotlib/collections.py:docstring of matplotlib.collections.PolyQuadMesh:1",
32-
"lib/matplotlib/collections.py:docstring of matplotlib.collections.QuadMesh:1"
33-
],
3420
"matplotlib.image._ImageBase": [
3521
"doc/api/artist_api.rst:202",
3622
"lib/matplotlib/image.py:docstring of matplotlib.image.AxesImage:1",
@@ -142,14 +128,6 @@
142128
"<unknown>:1"
143129
]
144130
},
145-
"py:meth": {
146-
"matplotlib.collections._MeshData.set_array": [
147-
"lib/matplotlib/axes/_axes.py:docstring of matplotlib.axes._axes.Axes.pcolormesh:168",
148-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.PolyQuadMesh.set:17",
149-
"lib/matplotlib/collections.py:docstring of matplotlib.artist.QuadMesh.set:17",
150-
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.pcolormesh:168"
151-
]
152-
},
153131
"py:obj": {
154132
"Image": [
155133
"lib/matplotlib/pyplot.py:docstring of matplotlib.pyplot.gci:4"

0 commit comments

Comments
 (0)