8000 API docs currently include entries for class `__dict__`, `__module__`, `__weakref__` · Issue #20080 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content
API docs currently include entries for class __dict__, __module__, __weakref__ #20080
Closed
@anntzer

Description

@anntzer

Problem

The attributes mentioned in the issue title are clearly internal and should not be documented (possibly unless we explicitly override them, if ever).

See e.g. https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Colormap.html#matplotlib.colors.Colormap.__dict__ https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Colormap.html#matplotlib.colors.Colormap.__module__ https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Colormap.html#matplotlib.colors.Colormap.__weakref__

Suggested Improvement

Suppress these attributes in the docs.

Matplotlib version

  • Matplotlib documentation version (is listed under the logo): both 3.4.1 and 3.4.1.post544.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0