Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Remove shebang lines from all examples. [MEP12] #6342
Conversation
mdboom
added the
needs_review
label
Apr 28, 2016
|
|
tacaswell
merged commit 9533cc6
into matplotlib:master
Apr 29, 2016
tacaswell
removed the
needs_review
label
Apr 29, 2016
QuLogic
added this to the
2.1 (next point release)
milestone
Apr 29, 2016
QuLogic
added the
MEP12
label
Apr 29, 2016
|
FYI, AppVeyor has a miniconda install already on the machines now. |
tacaswell
added a commit
that referenced
this pull request
Nov 11, 2016
|
|
tacaswell |
c922fcc
|
|
backporting this to v2.x to make backporting other docs changes easier. backported to v2.x as c922fcc |
tacaswell
modified the milestone: 2.0.1 (next bug fix release), 2.1 (next point release)
Nov 11, 2016
QuLogic
modified the milestone: 2.0.1 (next bug fix release), 2.0 (style change major release)
Dec 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
TrishGillett commentedApr 28, 2016
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.