Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/api/collections_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
:undoc-members:
:show-inheritance:
:inherited-members:
:private-members: set_sizes, get_sizes

.. set_sizes and get_sizes are defined in the private base class
_CollectionWithSizes. These are public for child classes and
thus should be listed there.

Check warning on line 19 in doc/api/collections_api.rst

View workflow job for this annotation

GitHub Actions / sphinx

[sphinx] doc/api/collections_api.rst#L19

py:class reference target not found: matplotlib.collections._CollectionWithSizes [ref.class]
Raw output
doc/api/collections_api.rst:19: WARNING: py:class reference target not found: matplotlib.collections._CollectionWithSizes [ref.class]

Check warning on line 19 in doc/api/collections_api.rst

View workflow job for this annotation

GitHub Actions / sphinx

[sphinx] doc/api/collections_api.rst#L19

py:class reference target not found: matplotlib.collections._MeshData [ref.class]
Raw output
doc/api/collections_api.rst:19: WARNING: py:class reference target not found: matplotlib.collections._MeshData [ref.class]
Loading
Loading