Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dev/env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,11 @@ alternative.
Spyder
------

`Spyder <http://code.google.com/p/spyderlib/>`_ is an IDE specifically geared
`Spyder <https://github.com/spyder-ide/spyder>`_ is an IDE specifically geared
toward working with scientific Python libraries (namely
`Scipy <http://www.scipy.org/>`_). It includes integration with pyflakes_,
`pylint <http://www.logilab.org/857>`_ and
`rope <http://rope.sourceforge.net/>`_.
`rope <https://github.com/python-rope/rope>`_.

Spyder is open-source (free), offers code completion, syntax highlighting,
a class and function browser, and object inspection.
Expand Down