Skip to content

Commit 273da52

Browse files
ivanovjdh2358
authored andcommitted
fixed ipython links
1 parent 4f71782 commit 273da52

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ progress::
4747

4848
matplotlib requires numpy version 1.1 or later. Although it is not a
4949
requirement to use matplotlib, we strongly encourage you to install
50-
`ipython <http://ipython.scipy.org/dist>`_, which is an interactive
50+
`ipython <http://ipython.org>`_, which is an interactive
5151
shell for python that is matplotlib-aware.
5252

5353
Next, we need to get matplotlib installed. We provide prebuilt

doc/_templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h1>intro</h1>
99
publication quality figures in a variety of hardcopy formats and
1010
interactive environments across platforms. matplotlib can be used
1111
in python scripts, the python and <a
12-
href="http://ipython.scipy.org">ipython</a> shell (ala
12+
href="http://ipython.org">ipython</a> shell (ala
1313
MATLAB<sup>&reg;<a name="matlab" href="#ftn.matlab">*</a></sup>
1414
or
1515
Mathematica<sup>&reg;<a name="mathematica"

doc/devel/gitwash/known_projects.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
.. _`nipy mailing list`: http://mail.scipy.org/mailman/listinfo/nipy-devel
2222

2323
.. ipython
24-
.. _ipython: http://ipython.scipy.org
24+
.. _ipython: http://ipython.org
2525
.. _`ipython github`: http://github.com/ipython/ipython
2626
.. _`ipython mailing list`: http://mail.scipy.org/mailman/listinfo/IPython-dev
2727

doc/users/artists.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ In this example, ``ax`` is the ``Axes`` instance created by the
6464
subclass of ``Axes``) and when you call ``ax.plot``, it creates a
6565
``Line2D`` instance and adds it to the :attr:`Axes.lines
6666
<matplotlib.axes.Axes.lines>` list. In the interactive `ipython
67-
<http://ipython.scipy.org/>`_ session below, you can see that the
67+
<http://ipython.org/>`_ session below, you can see that the
6868
``Axes.lines`` list is length one and contains the same line that was
6969
returned by the ``line, = ax.plot...`` call:
7070

doc/users/credits.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Fernando Perez
9494
has provided numerous bug reports and patches for cleaning up
9595
backend imports and expanding pylab functionality, and provided
9696
matplotlib support in the pylab mode for `ipython
97-
<http://ipython.scipy.org>`_. He also provided the
97+
<http://ipython.org>`_. He also provided the
9898
:func:`~matplotlib.pyplot.matshow` command, and wrote TConfig, which
9999
is the basis for the experimental traited mpl configuration.
100100

@@ -149,7 +149,7 @@ Nicolas Young
149149
sampled images.
150150

151151
The `brainvisa <http://brainvisa.info>`_ Orsay team and Fernando Perez
152-
added Qt support to `ipython <http://ipython.scipy.org>`_ in pylab mode.
152+
added Qt support to `ipython <http://ipython.org>`_ in pylab mode.
153153

154154

155155
Charlie Moad

doc/users/shell.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ python shell.
2323
Ipython to the rescue
2424
=====================
2525

26-
Fortunately, `ipython <http://ipython.scipy.org/dist>`_, an enhanced
26+
Fortunately, `ipython <http://ipython.org/>`_, an enhanced
2727
interactive python shell, has figured out all of these tricks, and is
2828
matplotlib aware, so when you start ipython in the *pylab* mode.
2929

0 commit comments

Comments
 (0)