Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix wording and links lifecycle tutorial #24003

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

Merged
merged 4 commits into from
Sep 26, 2022
Merged

Conversation

oscargus
Copy link
Member

@oscargus oscargus commented Sep 25, 2022

PR Summary

There was an incorrect sentence that needed rewording. Links added for easier navigation. Add a ,. Replace 1 with one.

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

Documentation

  • New features are documented, with examples if plot related.
  • New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).
  • Documentation is sphinx and numpydoc compliant (the docs should build without error).

@story645 story645 added this to the v3.6-doc milestone Sep 25, 2022
@oscargus
Copy link
Member Author

Please squash-merge...

@timhoffm timhoffm merged commit d226954 into matplotlib:main Sep 26, 2022
@lumberbot-app
Copy link

lumberbot-app bot commented Sep 26, 2022

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout v3.6.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 d226954190e4d3299de4b600af0c19763a41edee
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #24003: Fix wording and links lifecycle tutorial'
  1. Push to a named branch:
git push YOURFORK v3.6.x:auto-backport-of-pr-24003-on-v3.6.x
  1. Create a PR against branch v3.6.x, I would have named this PR:

"Backport PR #24003 on branch v3.6.x (Fix wording and links lifecycle tutorial)"

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 Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@lumberbot-app
Copy link

lumberbot-app bot commented Sep 26, 2022

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout v3.6.0-doc
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 d226954190e4d3299de4b600af0c19763a41edee
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #24003: Fix wording and links lifecycle tutorial'
  1. Push to a named branch:
git push YOURFORK v3.6.0-doc:auto-backport-of-pr-24003-on-v3.6.0-doc
  1. Create a PR against branch v3.6.0-doc, I would have named this PR:

"Backport PR #24003 on branch v3.6.0-doc (Fix wording and links lifecycle tutorial)"

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 Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

@oscargus oscargus deleted the tutorialfix branch September 28, 2022 12:04
rcomer pushed a commit to rcomer/matplotlib that referenced this pull request Dec 10, 2022
Manual backport due to conflict from one-line change in this file at matplotlib#23974.

Co-authored-by: hannah <[email protected]>
Co-authored-by: Tim Hoffmann <[email protected]>
@rcomer
Copy link
Member

rcomer commented Dec 10, 2022

@meeseeksdev backport to v3.6.x

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Dec 10, 2022
oscargus added a commit that referenced this pull request Dec 10, 2022
Backport PR #24003 on branch v3.6.2-doc: Fix wording and links lifecycle tutorial
oscargus added a commit that referenced this pull request Dec 10, 2022
…003-on-v3.6.x

Backport PR #24003 on branch v3.6.x (Fix wording and links lifecycle tutorial)
melissawm pushed a commit to melissawm/matplotlib that referenced this pull request Dec 19, 2022
* Fix wording and links lifecycle tutorial

* Apply suggestions from code review

Co-authored-by: hannah <[email protected]>

* Update tutorials/introductory/lifecycle.py

Co-authored-by: Tim Hoffmann <[email protected]>

* Update tutorials/introductory/lifecycle.py

Co-authored-by: hannah <[email protected]>
Co-authored-by: Tim Hoffmann <[email protected]>
@ksunden ksunden mentioned this pull request Feb 20, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants