Skip to content

Commit efc0d51

Browse files
committed
Updated website (automated commit)
1 parent e856205 commit efc0d51

30 files changed

+195
-184
lines changed

_sources/documentation.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,18 @@ IPython manual
77

88
.. release
99

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>`_
10+
* `Current Stable Version (1.0) <http://ipython.org/ipython-doc/stable/index.html>`_
11+
* `Current Development Version (2.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.
1515

1616
The manuals for previous releases are here:
1717

18-
* 0.13.1: `HTML <http://ipython.org/ipython-doc/rel-0.13.1/index.html>`__.
18+
* 0.13.2: `HTML <http://ipython.org/ipython-doc/rel-0.13.2/index.html>`__.
1919
* 0.12.1: `HTML <http://ipython.org/ipython-doc/rel-0.12.1/index.html>`__.
2020
* 0.11: `HTML <http://ipython.org/ipython-doc/rel-0.11/index.html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.11/ipython.pdf>`__.
2121
* 0.10.2: `HTML <http://ipython.org/ipython-doc/rel-0.10.2/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.10.2/ipython.pdf>`__.
22-
* 0.9.1: `HTML <http://ipython.org/ipython-doc/rel-0.9.1/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.9.1/ipython.pdf>`__.
2322

2423
Other useful documentation
2524
--------------------------

_sources/index.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ supports Python 2.5, and can be used with Python 2.4.
6565
Announcements
6666
=============
6767

68-
69-
- **IPython 1.0** We are getting ready to release IPython 1.0.
70-
We have a Release Candidate `ready for testing <http://archive.ipython.org/testing/1.0.0/>`_,
71-
out on August 2, 2013.
72-
The alpha went fairly smoothly, so assuming all goes well with the release candidate
73-
IPython 1.0.0 should be released by around August 10, 2013.
68+
- **IPython 1.0** We are very pleased to announce the release of IPython
69+
1.0, nearly twelve years after the first release of IPython 0.0.1.
70+
`Install <install.html>`__ it now, or read about the changes in
71+
the `release notes
72+
<http://ipython.org/ipython-doc/rel-1.0/whatsnew/version1.0.html>`__.
7473

7574
- **Book**: Cyrille Rossant has published the first IPython-focused book:
7675
`Learning IPython for Interactive Computing and Data Visualization

_sources/install.txt

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ you follow the instructions on this page, which provide a setup based on Python
1212
2.7. This includes all the dependencies to run the notebook and optionally the
1313
basic libraries for scientific computing and data analysis.
1414

15+
.. note::
16+
17+
We have just made a new release, and it will take a few days to appear
18+
in Anaconda, EPD and Linux distributions. To get the latest
19+
version, see :ref:`downloads`.
20+
1521
**Mac or Windows**
1622

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

2026
2. Update IPython to the current version:
2127

22-
* On a Mac, using the Terminal application::
28+
* On a Mac, using the Terminal application:
2329

2430
Anaconda::
2531

@@ -31,7 +37,7 @@ basic libraries for scientific computing and data analysis.
3137
sudo enpkg enstaller
3238
sudo enpkg ipython
3339

34-
* On Windows, at the Command Prompt (``cmd.exe`` application)::
40+
* On Windows, at the Command Prompt (``cmd.exe`` application):
3541

3642
Anaconda::
3743

@@ -70,11 +76,14 @@ managers.
7076
sudo yum install python-matplotlib scipy python-pandas sympy python-nose
7177

7278

79+
.. _downloads:
80+
81+
7382
Downloads
7483
---------
7584

7685
You can manually download IPython from either `Github
77-
<http://github.com/ipython/ipython/downloads>`_ or `PyPI
86+
<http://github.com/ipython/ipython/releases>`_ or `PyPI
7887
<http://pypi.python.org/pypi/ipython>`_. Those locations contain source
7988
distributions as well as binary Windows installers, which will be recognized by
8089
``easy_install`` and ``pip`` (for the source ones).

_sources/news.txt

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

5+
IPython 1.0
6+
-----------
7+
8+
IPython 1.0 was released on August 8, 2013, after nearly twelve years of development.
9+
This release sees numerous improvements from the 0.13 series, and some significant
10+
API reorganisations. `Install <install.html>`__ it now, or see the
11+
`release notes <http://ipython.org/ipython-doc/rel-1.0/whatsnew/version1.0.html>`__
12+
for more details.
13+
14+
This is just the first part of an ambitious development schedule. We aim
15+
to release IPython 2.0 some time in December.
16+
517
The first IPython book
618
----------------------
719

_sources/notebook.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here is a short demo of the notebook's basic features by the Pybonacci_ team:
3636
height="350" src="http://www.youtube.com/embed/H6dLGQw9yFQ" frameborder="0"
3737
allowfullscreen></iframe></div><br>
3838

39-
.. _Pybonacci: http://pybonacci.wordpress.com.
39+
.. _Pybonacci: http://pybonacci.wordpress.com
4040

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

_static/basic.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/doctools.js

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx JavaScript utilities for all documentation.
66
*
7-
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -32,7 +32,7 @@ if (!window.console || !console.firebug) {
3232
*/
3333
jQuery.urldecode = function(x) {
3434
return decodeURIComponent(x).replace(/\+/g, ' ');
35-
}
35+
};
3636

3737
/**
3838
* small helper function to urlencode strings
@@ -61,18 +61,6 @@ jQuery.getQueryParameters = function(s) {
6161
return result;
6262
};
6363

64-
/**
65-
* small function to check if an array contains
66-
* a given item.
67-
*/
68-
jQuery.contains = function(arr, item) {
69-
for (var i = 0; i < arr.length; i++) {
70-
if (arr[i] == item)
71-
return true;
72-
}
73-
return false;
74-
};
75-
7664
/**
7765
* highlight a given string on a jquery object by wrapping it in
7866
* span elements with the given class name.

0 commit comments

Comments
 (0)