From 7d7c535993a19aaf47d0c7e1d19dd32b1dc5eb3f Mon Sep 17 00:00:00 2001 From: Gabriel SoHappy Date: Wed, 21 Oct 2015 22:03:39 +0800 Subject: [PATCH] update spyder IDE and rope links in dev ide section --- docs/dev/env.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/env.rst b/docs/dev/env.rst index 574c1c0a7..92265e270 100644 --- a/docs/dev/env.rst +++ b/docs/dev/env.rst @@ -170,11 +170,11 @@ alternative. Spyder ------ -`Spyder `_ is an IDE specifically geared +`Spyder `_ is an IDE specifically geared toward working with scientific Python libraries (namely `Scipy `_). It includes integration with pyflakes_, `pylint `_ and -`rope `_. +`rope `_. Spyder is open-source (free), offers code completion, syntax highlighting, a class and function browser, and object inspection.