Show More
@@ -114,7 +114,7 b" author = 'The IPython Development Team'" | |||||
114 |
|
114 | |||
115 | author_email = 'ipython-dev@scipy.org' |
|
115 | author_email = 'ipython-dev@scipy.org' | |
116 |
|
116 | |||
117 |
url = 'http://ipython. |
|
117 | url = 'http://ipython.org' | |
118 |
|
118 | |||
119 | download_url = 'http://ipython.scipy.org/dist' |
|
119 | download_url = 'http://ipython.scipy.org/dist' | |
120 |
|
120 |
@@ -40,7 +40,7 b' IPython: an enhanced interactive Python shell.' | |||||
40 | environment variable. |
|
40 | environment variable. | |
41 |
|
41 | |||
42 | For more information, see the manual available in HTML and PDF in your |
|
42 | For more information, see the manual available in HTML and PDF in your | |
43 |
installation, or online at http://ipython. |
|
43 | installation, or online at http://ipython.org/documentation.html. | |
44 | """ |
|
44 | """ | |
45 |
|
45 | |||
46 | interactive_usage = """ |
|
46 | interactive_usage = """ |
@@ -3,7 +3,7 b'' | |||||
3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Alexander Schmolck |
|
3 | ;; Copyright (C) 2002, 2003, 2004, 2005 Alexander Schmolck | |
4 | ;; Author: Alexander Schmolck |
|
4 | ;; Author: Alexander Schmolck | |
5 | ;; Keywords: ipython python languages oop |
|
5 | ;; Keywords: ipython python languages oop | |
6 |
;; URL: http://ipython. |
|
6 | ;; URL: http://ipython.org | |
7 | ;; Compatibility: Emacs21, XEmacs21 |
|
7 | ;; Compatibility: Emacs21, XEmacs21 | |
8 | ;; FIXME: #$@! INPUT RING |
|
8 | ;; FIXME: #$@! INPUT RING | |
9 | (defconst ipython-version "0.11" |
|
9 | (defconst ipython-version "0.11" |
@@ -19,7 +19,7 b'' | |||||
19 | .. _`nipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel |
|
19 | .. _`nipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel | |
20 |
|
20 | |||
21 | .. ipython |
|
21 | .. ipython | |
22 |
.. _ipython: http://ipython. |
|
22 | .. _ipython: http://ipython.org | |
23 | .. _`ipython github`: http://github.com/ipython/ipython |
|
23 | .. _`ipython github`: http://github.com/ipython/ipython | |
24 | .. _`ipython mailing list`: http://mail.scipy.org/mailman/listinfo/IPython-dev |
|
24 | .. _`ipython mailing list`: http://mail.scipy.org/mailman/listinfo/IPython-dev | |
25 |
|
25 |
@@ -17,8 +17,8 b'' | |||||
17 | NOTE: Some of these were taken from the nipy links compendium. |
|
17 | NOTE: Some of these were taken from the nipy links compendium. | |
18 |
|
18 | |||
19 | .. Main IPython links |
|
19 | .. Main IPython links | |
20 |
.. _ipython: http://ipython. |
|
20 | .. _ipython: http://ipython.org | |
21 |
.. _`ipython manual`: http://ipython. |
|
21 | .. _`ipython manual`: http://ipython.org/documentation.html | |
22 | .. _ipython_github: http://github.com/ipython/ipython/ |
|
22 | .. _ipython_github: http://github.com/ipython/ipython/ | |
23 | .. _ipython_github_repo: http://github.com/ipython/ipython/ |
|
23 | .. _ipython_github_repo: http://github.com/ipython/ipython/ | |
24 | .. _ipython_downloads: http://ipython.scipy.org/dist |
|
24 | .. _ipython_downloads: http://ipython.scipy.org/dist |
@@ -42,7 +42,7 b' content and emphasis here is practical: installing IPython, configuring' | |||||
42 | IPython to use the Windows job scheduler and running example parallel programs |
|
42 | IPython to use the Windows job scheduler and running example parallel programs | |
43 | interactively. A more complete description of IPython's parallel computing |
|
43 | interactively. A more complete description of IPython's parallel computing | |
44 | capabilities can be found in IPython's online documentation |
|
44 | capabilities can be found in IPython's online documentation | |
45 |
(http://ipython. |
|
45 | (http://ipython.org/documentation.html). | |
46 |
|
46 | |||
47 | Setting up your Windows cluster |
|
47 | Setting up your Windows cluster | |
48 | =============================== |
|
48 | =============================== | |
@@ -84,7 +84,7 b' IPython on Windows:' | |||||
84 | * pywin32 (http://sourceforge.net/projects/pywin32/) |
|
84 | * pywin32 (http://sourceforge.net/projects/pywin32/) | |
85 | * PyReadline (https://launchpad.net/pyreadline) |
|
85 | * PyReadline (https://launchpad.net/pyreadline) | |
86 | * pyzmq (http://github.com/zeromq/pyzmq/downloads) |
|
86 | * pyzmq (http://github.com/zeromq/pyzmq/downloads) | |
87 |
* IPython (http://ipython. |
|
87 | * IPython (http://ipython.org) | |
88 |
|
88 | |||
89 | In addition, the following dependencies are needed to run the demos described |
|
89 | In addition, the following dependencies are needed to run the demos described | |
90 | in this document. |
|
90 | in this document. | |
@@ -111,10 +111,10 b' need to follow:' | |||||
111 |
|
111 | |||
112 | 3. Install the latest development version of IPython. This can be done by |
|
112 | 3. Install the latest development version of IPython. This can be done by | |
113 | downloading the the development version from the IPython website |
|
113 | downloading the the development version from the IPython website | |
114 |
(http://ipython. |
|
114 | (http://ipython.org) and following the installation instructions. | |
115 |
|
115 | |||
116 | Further details about installing IPython or its dependencies can be found in |
|
116 | Further details about installing IPython or its dependencies can be found in | |
117 |
the online IPython documentation (http://ipython. |
|
117 | the online IPython documentation (http://ipython.org/documentation.html) | |
118 | Once you are finished with the installation, you can try IPython out by |
|
118 | Once you are finished with the installation, you can try IPython out by | |
119 | opening a Windows Command Prompt and typing ``ipython``. This will |
|
119 | opening a Windows Command Prompt and typing ``ipython``. This will | |
120 | start IPython's interactive shell and you should see something like the |
|
120 | start IPython's interactive shell and you should see something like the |
General Comments 0
You need to be logged in to leave comments.
Login now