-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
DOC Update semilogy docstring to numpy doc format #7035
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
This looks good! Thanks for the patch. @tacaswell This is ready for review (and for merge). |
There seems to be formatting problems in the PR I did not pick up in my first review. line 1611 W291 trailing whitespace |
|
||
.. seealso:: | ||
%(Line2D)s |
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.
Line2D
probably also needs to be updated to get this interpolation correct.
It appears you have not set the config for your git client. All your commits are attributed to "Your Name [email protected]", which is probably not what you want. |
I fixed the trailing whitespaces, but I can't figure out why there are still failing tests. |
Hi @JuliaSprenger |
The name on the first commit needs to be fixed. If you are not comfortable with rebasing before hand, we need to remember to do so before merging. |
I am not super concerned about semi-bogus names on commits. We have not been strict about that in the past and we do not have any need for strict contribution audits. |
It's fine if it used something unique from the computer or similar, but this is a generic name from git. It cannot be fixed by |
9a2ebbb
to
e6a5b5b
Compare
I changed the name and email for the first commit using rebase. I hope nothing else changed, but it seems to work. |
Thanks! |
DOC Update semilogy docstring to numpy doc format
backported to v2.x as 873d393 |
Thanks @JuliaSprenger! Hopefully we will hear from you again soon. |
Hi Matplotlib Team,
here is an update of the semilogy docstring to the new numpy doc format.
Thanks!
Julia Sprenger
@NelleV