Remove shebang lines from all examples. [MEP12]#6342
Merged
tacaswell merged 1 commit intomatplotlib:masterfrom Apr 29, 2016
Merged
Remove shebang lines from all examples. [MEP12]#6342tacaswell merged 1 commit intomatplotlib:masterfrom
tacaswell merged 1 commit intomatplotlib:masterfrom
Conversation
Member
|
👍 Appveyor looks like downloading miniconda is flaky. |
Contributor
|
FYI, AppVeyor has a miniconda install already on the machines now. |
tacaswell
added a commit
that referenced
this pull request
Nov 11, 2016
DOC: Remove shebang lines from all examples. [MEP12] Conflicts: examples/pylab_examples/date_demo1.py - removed since the source PR examples/pylab_examples/date_demo2.py - removed since the source PR examples/pylab_examples/finance_demo.py - removed since the source PR examples/pylab_examples/mri_with_eeg.py - resolved in favor of current text
Member
|
backporting this to v2.x to make backporting other docs changes easier. backported to v2.x as c922fcc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm planning a hacknight soon with my local PyLadies group to contribute some work on example clean up, but deleting shebang lines seemed like one aspect of MEP12 that could be easily done in bulk ahead of time. I believe this gets rid of every single shebang in the examples folder. You might even say it takes care of... the whole shebang. 😎
This commit also includes a handful of other tweaks to file headers. Nothing exhaustive, just things I noticed while the files were open.