-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Convert SymmetricalLogScale to numpydoc #14290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -544,39 +544,35 @@ class SymmetricalLogScale(ScaleBase): | ||
need to have a range around zero that is linear. The parameter | ||
*linthresh* allows the user to specify the size of this range | ||
(-*linthresh*, *linthresh*). | ||
|
||
Parameters |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not to hold up this PR but we may want to record somewhere the decision of whether constructor parameters should be documented in the class' docstring or in the __init__
docstring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going off the numpydoc
guide (https://numpydoc.readthedocs.io/en/latest/format.html#class-docstring), but I agree it would be nice to document this in our own doc guide.
CI errors likely fixed by #14299. Please rebase. |
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
…290-on-v3.1.x Backport PR #14290 on branch v3.1.x (Convert SymmetricalLogScale to numpydoc)
No description provided.