-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: improve CL description and remove constrained_layout text #25144
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
1558bbc
to
4745eac
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.
Nice improvement to the prose.
I spotted a couple of lines with an extra “#”, which look odd in the rendered docs so might be good to fix while you’re in there.
matplotlib/tutorials/intermediate/constrainedlayout_guide.py
Lines 81 to 82 in 4745eac
# # ``layout="constrained"`` keyword argument will do the adjusting | |
# # automatically. |
Your commit message is unusually terse, which is not a big deal, but I suspect not intentional.
6df7706
to
03f1f03
Compare
9c1d260
to
cdf55c0
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.
I suggest to pick up @rcomer's comment: #25144 (review)
But that can also be done in a followup-PR if you don't have capacity. Either way, feel free to self-merge.
cdf55c0
to
8a82ac1
Compare
Sorry, I missed that change |
@rcomer is this OK w/ you? |
The double # in lines 81/82 are still there. |
…kip appveyor] DOC: CL - axes->Axes
8a82ac1
to
7a0657b
Compare
🐑 |
Ooops, forgot to pick a milestone. Should this be backported? |
@meeseeksdev backport to v3.7.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the If these instructions are inaccurate, feel free to suggest an improvement. |
Bah, not worth a manual backport ;-) |
PR Summary
Small changes to the opening paragraphs of Constrained layout tutorial. Also stopped referring to it as
constrained_layout
since we really want people to uselayout='constrained'
. Improved some cross-linksPR Checklist
Documentation and Tests
pytest
passes)Release Notes
.. versionadded::
directive in the docstring and documented indoc/users/next_whats_new/
.. versionchanged::
directive in the docstring and documented indoc/api/next_api_changes/
next_whats_new/README.rst
ornext_api_changes/README.rst