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