Skip to content
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

doc/users/plotting/examples/axes_zoom_effect.py is not a Python file #5705

Closed
jayvdb opened this issue Dec 21, 2015 · 2 comments
Closed

doc/users/plotting/examples/axes_zoom_effect.py is not a Python file #5705

jayvdb opened this issue Dec 21, 2015 · 2 comments
Milestone

Comments

@jayvdb
Copy link
Contributor

jayvdb commented Dec 21, 2015

Pyflakes complains there is a syntax error in doc/users/plotting/examples/axes_zoom_effect.py

$ pyflakes doc/users/plotting/examples/axes_zoom_effect.py
doc/users/plotting/examples/axes_zoom_effect.py:1:1: invalid syntax
../../../../examples/pylab_examples/axes_zoom_effect.py
^
$ cat doc/users/plotting/examples/axes_zoom_effect.py
../../../../examples/pylab_examples/axes_zoom_effect.py$ 

$ git log doc/users/plotting/examples/axes_zoom_effect.py
commit e671b6354a324d52b90e524db88365ad64dedcc8
Author: Jae-Joon Lee <lee.j.joon@gmail.com>
Date:   Tue Jul 14 21:24:07 2009 +0000

    initial submission of the annotation guide.

    svn path=/trunk/matplotlib/; revision=7262

Should it be a symlink to examples/pylab_examples/axes_zoom_effect.py ?

@WeatherGod
Copy link
Member

Oh, wow, that's weird. It probably was a symlink at some point, but then
got broken by the svn->git transition, Grepping through the codebase and
documentation, that particular file is never referenced. So, it is probably
safe to get rid of it altogether.

On Sun, Dec 20, 2015 at 8:32 PM, John Vandenberg notifications@github.com
wrote:

Pyflakes complains there is a syntax error in
doc/users/plotting/examples/axes_zoom_effect.py

$ pyflakes doc/users/plotting/examples/axes_zoom_effect.py
doc/users/plotting/examples/axes_zoom_effect.py:1:1: invalid syntax
../../../../examples/pylab_examples/axes_zoom_effect.py
^
$ cat doc/users/plotting/examples/axes_zoom_effect.py
../../../../examples/pylab_examples/axes_zoom_effect.py$

$ git log doc/users/plotting/examples/axes_zoom_effect.py
commit e671b63
Author: Jae-Joon Lee lee.j.joon@gmail.com
Date: Tue Jul 14 21:24:07 2009 +0000

initial submission of the annotation guide.

svn path=/trunk/matplotlib/; revision=7262

Should it be a symlink to examples/pylab_examples/axes_zoom_effect.py ?


Reply to this email directly or view it on GitHub
#5705.

@mdboom
Copy link
Member

mdboom commented Dec 22, 2015

I think that's right. Let's just remove the file.

@QuLogic QuLogic added this to the Critical bugfix release (1.5.1) milestone Dec 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants