Skip to content

Commit 8b7e62c

Browse files
committed
release 0.13.2
1 parent 04508ab commit 8b7e62c

27 files changed

+101
-1099
lines changed

_sources/documentation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ IPython manual
77

88
.. release
99

10-
* `Current Stable Version (0.13.1) <http://ipython.org/ipython-doc/stable/index.html>`_
11-
* `Current Development Version (0.14) <http://ipython.org/ipython-doc/dev/index.html>`_
10+
* `Current Stable Version (0.13.2) <http://ipython.org/ipython-doc/stable/index.html>`_
11+
* `Current Development Version (1.0) <http://ipython.org/ipython-doc/dev/index.html>`_
1212

1313
`This introduction to some key features <http://ipython.org/ipython-doc/stable/interactive/tutorial.html>`_
1414
is a good place to start if you haven't used IPython before.

_sources/index.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ and scripting in `Bash, Perl or Ruby`_.
2424

2525
.. _notebook: notebook.html
2626

27-
.. _qt-based: http://ipython.org/ipython-doc/rel-0.13.1/interactive/qtconsole.html
27+
.. _qt-based: http://ipython.org/ipython-doc/stable/interactive/qtconsole.html
2828

29-
.. _gui toolkits: http://ipython.org/ipython-doc/rel-0.13.1/interactive/reference.html#gui-event-loop-support
29+
.. _gui toolkits: http://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support
3030

31-
.. _embeddable: http://ipython.org/ipython-doc/rel-0.13.1/interactive/reference.html#embedding-ipython
31+
.. _embeddable: http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython
3232

33-
.. _protocol: http://ipython.org/ipython-doc/rel-0.13.1/development/messaging.html
33+
.. _protocol: http://ipython.org/ipython-doc/stable/development/messaging.html
3434

35-
.. _parallel computing: http://ipython.org/ipython-doc/rel-0.13.1/parallel/parallel_intro.html
35+
.. _parallel computing: http://ipython.org/ipython-doc/stable/parallel/parallel_intro.html
3636

3737
.. _cython: http://nbviewer.ipython.org/url/github.com/ipython/ipython/raw/master/examples/notebooks/Cython%20Magics.ipynb
3838

_sources/install.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,32 @@ basic libraries for scientific computing and data analysis.
1414

1515
**Mac or Windows**
1616

17-
1. Download and install the free edition of the `Enthought Python Distribution
17+
1. Download and install `Anaconda <http://continuum.io/downloads.html>`_ or the free edition of the `Enthought Python Distribution
1818
(EPD) <https://www.enthought.com/products/epd_free.php>`_.
1919

2020
2. Update IPython to the current version:
2121

2222
* On a Mac, using the Terminal application::
2323

24+
Anaconda::
25+
26+
conda update conda
27+
conda update ipython
28+
29+
EPD::
30+
2431
sudo enpkg enstaller
2532
sudo enpkg ipython
2633

2734
* On Windows, at the Command Prompt (``cmd.exe`` application)::
2835

36+
Anaconda::
37+
38+
conda update conda
39+
conda update ipython
40+
41+
EPD::
42+
2943
enpkg enstaller
3044
enpkg ipython
3145

_sources/news.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
News
33
====
44

5+
IPython 0.13.2
6+
--------------
7+
8+
IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release.
9+
`Download <download.html>`__ it now, or see the `release notes
10+
<http://ipython.org/ipython-doc/rel-0.13.2/whatsnew/version0.13.html>`__ for more
11+
details. This will probably be the last release before 1.0.
12+
513
Roadmap to 1.0 and Beyond
614
-------------------------
715

_sources/notebook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Here is a short demo of the notebook's basic features by the Pybonacci_ team:
4040

4141
.. _example collection: https://github.com/ipython/ipython/tree/master/examples/notebooks#a-collection-of-notebooks-for-using-ipython-effectively
4242

43-
.. _documentation: http://ipython.org/ipython-doc/rel-0.13.1/interactive/htmlnotebook.html
43+
.. _documentation: http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html
4444

4545
.. _notebook gallery: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks

_static/pygments.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
.highlight .gr { color: #FF0000 } /* Generic.Error */
1414
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
1515
.highlight .gi { color: #00A000 } /* Generic.Inserted */
16-
.highlight .go { color: #303030 } /* Generic.Output */
16+
.highlight .go { color: #333333 } /* Generic.Output */
1717
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
1818
.highlight .gs { font-weight: bold } /* Generic.Strong */
1919
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
20-
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
20+
.highlight .gt { color: #0044DD } /* Generic.Traceback */
2121
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
2222
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
2323
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */

0 commit comments

Comments
 (0)