-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Mention origin and extent tutorial in API docs for origin kwarg #14464
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
Looks good but one of your lines is too long. |
c30816c
to
fc1eed9
Compare
Oops, fixed. |
@@ -5519,6 +5519,9 @@ def imshow(self, X, cmap=None, norm=None, aspect=None, | |||
Note that the vertical axes points upward for 'lower' | |||
but downward for 'upper'. | |||
|
|||
See the example :doc:`/tutorials/intermediate/imshow_extent` for | |||
examples and a more detailed description. |
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.
ex 8000 amples and a more detailed description. | |
a more detailed description. |
I would keep this exactly the same as in the sentence in the extent
parameter description. Twice using example is kind of redundant. 😄
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'll keep them consistent but I think the current spelling is actually a little confusing.
Also reword existing note for extent keyword to harmonize and make clearer
fc1eed9
to
2ac762a
Compare
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.
Thanks!
…PI docs for origin kwarg
…464-on-v3.1.x Backport PR #14464 on branch v3.1.x (Mention origin and extent tutorial in API docs for origin kwarg)
PR Summary
This adds a link to the origin and extent tutorial. There's already a link for the extent kwarg below this but I don't think it hurts to have two links since at least for myself I tend to go tunnel vision in these API docs pages and ignore kwargs I don't think I need to care about.
PR Checklist