-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Clean docstring of CountourSet #11090
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
@@ -757,44 +792,6 @@ class ContourSet(cm.ScalarMappable, ContourLabeler): | |||
""" | |||
|
|||
def __init__(self, ax, *args, **kwargs): | |||
""" |
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.
numpydoc says to put the parameters section in the class docstring (not the __init__
docstring, before the attributes doc, which I think makes sense, and makes everything look a bit more sensible.
@dstansby, I'm 98% certain you gave a standing OK to push to your PRs. I just added links to |
@meeseeksdev backport to v2.2-doc |
Something went wrong ... Please have a look at my logs. |
@meeseeksdev backport to v2.2.2-doc |
Clean docstring of CountourSet
No description provided.