For __init__
parameters in NumPyDoc: Look up documentation either on __init__
or containing class
#10
Labels
bug 🪲
Something isn't working
Is your feature request related to a problem?
Currently, we always jump directly to the class to find the documentation. This is incorrect for
matplotlib
.Desired solution
First, check the docstring of the class. If nothing is found there, check the docstring of the
__init__
method. This should be decided for each parameter. Example:For
x
the description should be "Lorem ipsum 1.". Fory
the description should be "Lorem ipsum 2.". Forz
the description should be "Lorem ipsum 3."Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: