summaryrefslogtreecommitdiff
path: root/development/ipython/README
diff options
context:
space:
mode:
authorCarlos Corbacho <carlos@strangeworlds.co.uk>2011-10-20 21:34:15 -0200
committerNiels Horn <niels.horn@slackbuilds.org>2011-10-21 15:59:19 -0200
commit5ac0c4a40b984324740914dbcd9faff46e9413ee (patch)
tree9825143d77732a01a3d79563c88eaa7c392a5dd3 /development/ipython/README
parentb3fa5a9f4022839ead1be50591912220f11b9b28 (diff)
downloadslackbuilds-5ac0c4a40b984324740914dbcd9faff46e9413ee.tar.gz
development/ipython: Updated for version 0.11.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/ipython/README')
-rw-r--r--development/ipython/README20
1 files changed, 11 insertions, 9 deletions
diff --git a/development/ipython/README b/development/ipython/README
index 3c78aaad06..182b1e5a2a 100644
--- a/development/ipython/README
+++ b/development/ipython/README
@@ -1,10 +1,12 @@
-IPython is a multiplatform, Free Software project (BSD licensed) that offers:
+IPython is a multiplatform, Free Software project (BSD licensed) that
+offers:
-* An enhanced Python shell designed for efficient interactive work. It includes
- many enhancements over the default Python shell, including the ability for
- controlling interactively all major GUI toolkits in a non-blocking manner.
-* A library to build customized interactive environments using Python as the
- basic language (but with the possibility of having extended or alternate
- syntaxes).
-* A system for interactive distributed and parallel computing (this is part of
- IPython's new development).
+* An enhanced Python shell designed for efficient interactive work. It
+ includes many enhancements over the default Python shell, including the
+ ability for controlling interactively all major GUI toolkits in a non-
+ blocking manner.
+* A library to build customized interactive environments using Python as
+ the basic language (but with the possibility of having extended or
+ alternate syntaxes).
+* A system for interactive distributed and parallel computing (this is part
+ of IPython's new development).