update spyder IDE and rope links in dev ide section

This commit is contained in:
Gabriel SoHappy
2015-10-21 22:03:39 +08:00
parent d608c4c20c
commit 7d7c535993
+2 -2
View File
@@ -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.