You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- remove the awkward `pyplot.plotting()` function, which only served
as a namespace to take up the docs for pyplot and output them via
`.. autofunction`
- Instead generate the same information using `.. autosummary::`. We
have to list the desired methods here explicitly. I've added a test
that these are the same as previously auto-generated in the
`plotting()` docstring. If we change anything in pyplot, we'll be
notified through the test failure that we have to adapt the
autosummary list.
- Removed the docstring generation logic
`_setup_pyplot_info_docstrings()`. Apart from generating the
`plotting()` docstring, this added docstrings to the pyplot colormap
setters. Instead, we now add these docstrings directly via
boilerplate.py
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
0 commit comments