Remove unused broken doc example axes_zoom_effect #5721

Merged
merged 1 commit into from Dec 22, 2015

Conversation

Projects
None yet
2 participants
Contributor

jayvdb commented Dec 22, 2015

doc/users/plotting/examples/axes_zoom_effect.py was literally:
'../../../../examples/pylab_examples/axes_zoom_effect.py'
and therefore was a SyntaxError if used as a Python file.

Closes #5705.

@jayvdb jayvdb Remove unused broken doc example axes_zoom_effect
doc/users/plotting/examples/axes_zoom_effect.py was literally:
'../../../../examples/pylab_examples/axes_zoom_effect.py'
and therefore was a SyntaxError if used as a Python file.
89bf37c

@tacaswell tacaswell added a commit that referenced this pull request Dec 22, 2015

@tacaswell tacaswell Merge pull request #5721 from jayvdb/issue_5705
DOC: Remove unused broken doc example axes_zoom_effect
4d81e2c

@tacaswell tacaswell merged commit 4d81e2c into matplotlib:master Dec 22, 2015

2 of 3 checks passed

continuous-integration/appveyor/pr Waiting for AppVeyor build to complete
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 68.319%
Details

tacaswell removed the needs_review label Dec 22, 2015

@tacaswell tacaswell added a commit that referenced this pull request Dec 22, 2015

@tacaswell tacaswell Merge pull request #5721 from jayvdb/issue_5705
DOC: Remove unused broken doc example axes_zoom_effect
8da6c28
Owner

tacaswell commented Dec 22, 2015

backported to 1.5.0-doc as 8da6c28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment