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

Skip to content

Remove old OSX FAQ page #14260

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 3 commits into from
May 19, 2019
Merged

Remove old OSX FAQ page #14260

merged 3 commits into from
May 19, 2019

Conversation

dstansby
Copy link
Member

Fixes #14227 - a framework build is no longer needed for MacOS.

@dstansby dstansby added this to the v3.0-doc milestone May 19, 2019
@timhoffm timhoffm merged commit 79eb37a into matplotlib:master May 19, 2019
@lumberbot-app
Copy link

lumberbot-app bot commented May 19, 2019

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.0.x
$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 79eb37aeb869bffcbe87640cb4fd3e646cd957f5
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #14260: Remove old OSX FAQ page'
  1. Push to a named branch :
git push YOURFORK v3.0.x:auto-backport-of-pr-14260-on-v3.0.x
  1. Create a PR against branch v3.0.x, I would have named this PR:

"Backport PR #14260 on branch v3.0.x"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

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

@lumberbot-app
Copy link

lumberbot-app bot commented May 19, 2019

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.0.3-doc
$ git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
$ git cherry-pick -m1 79eb37aeb869bffcbe87640cb4fd3e646cd957f5
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
$ git commit -am 'Backport PR #14260: Remove old OSX FAQ page'
  1. Push to a named branch :
git push YOURFORK v3.0.3-doc:auto-backport-of-pr-14260-on-v3.0.3-doc
  1. Create a PR against branch v3.0.3-doc, I would have named this PR:

"Backport PR #14260 on branch v3.0.3-doc"

And apply the correct labels and milestones.

Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon!

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

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request May 19, 2019
timhoffm added a commit that referenced this pull request May 19, 2019
…260-on-v3.1.x

Backport PR #14260 on branch v3.1.x (Remove old OSX FAQ page)
@QuLogic
Copy link
Member

QuLogic commented May 20, 2019

The v3.0* branches will be deleted soon, so I see no reason to manually attempt to backport it.

@QuLogic QuLogic modified the milestones: v3.0-doc, v3.1.1 May 20, 2019
@dstansby dstansby deleted the osx-faq branch May 20, 2019 08:14
@tacaswell
Copy link
Member

This should not go back to 3.0.x anyway as the change for this landed in3.1

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.

Update "working with Mpl on OSX" docs
4 participants