X Tutup
Skip to content

Remove shebang lines from all examples. [MEP12]#6342

Merged
tacaswell merged 1 commit intomatplotlib:masterfrom
TrishGillett:mep12-hacknight-prep
Apr 29, 2016
Merged

Remove shebang lines from all examples. [MEP12]#6342
tacaswell merged 1 commit intomatplotlib:masterfrom
TrishGillett:mep12-hacknight-prep

Conversation

@TrishGillett
Copy link
Copy Markdown
Contributor

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.

@tacaswell
Copy link
Copy Markdown
Member

👍 Appveyor looks like downloading miniconda is flaky.

@tacaswell tacaswell merged commit 9533cc6 into matplotlib:master Apr 29, 2016
@QuLogic QuLogic added this to the 2.1 (next point release) milestone Apr 29, 2016
@QuLogic QuLogic added the MEP: MEP12 gallery and examples improvements label Apr 29, 2016
@dopplershift
Copy link
Copy Markdown
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
@tacaswell
Copy link
Copy Markdown
Member

backporting this to v2.x to make backporting other docs changes easier.

backported to v2.x as c922fcc

@tacaswell tacaswell modified the milestones: 2.0.1 (next bug fix release), 2.1 (next point release) Nov 11, 2016
@QuLogic QuLogic modified the milestones: 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

Labels

MEP: MEP12 gallery and examples improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup