Skip to content

Commit da28b98

Browse files
committed
Updated website (automated commit)
1 parent 0a9c868 commit da28b98

27 files changed

+96
-1141
lines changed

_sources/index.txt

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

68+
69+
.. _100alpha: http://archive.ipython.org/testing/1.0.0/
70+
71+
- **IPython 1.0** We are getting ready to release IPython 1.0.
72+
We have an alpha release `ready for testing <100alpha>`_, out on July 21, 2013,
73+
and should have a release candidate around August 1.
74+
The alpha has gone fairly smoothly, so assuming all goes well with the release candidate
75+
IPython 1.0.0 should be released by around August 15, 2013.
76+
6877
- **Book**: Cyrille Rossant has published the first IPython-focused book:
6978
`Learning IPython for Interactive Computing and Data Visualization
7079
<http://www.packtpub.com/learning-ipython-for-interactive-computing-and-data-visualization/book>`_,

_sources/roadmap-announcement.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Roadmap to 1.0 and Beyond
22
-------------------------
33

4-
TL;DR summary: Hi! IPython 1.0 coming mid-July 2013. See the grant_ which is
4+
TL;DR summary: Hi! IPython 1.0 coming mid-August 2013. See the grant_ which is
55
funding the bulk of the work, as well as our roadmap_ for achieving the
66
grant's objectives.
77

@@ -35,8 +35,7 @@ You can see the `full notes from those meetings`_.
3535

3636
Our primary objective was to outline a plan of what work we want to accomplish
3737
in the next two years (broadly speaking) as well as to make concrete goals for
38-
our next (1.0!) release, which will land around Bastille Day (July 14th, 2013,
39-
for the uninitiated).
38+
our next (1.0!) release, which will land around mid-August 2013.
4039

4140
It's kind of funny that there's a message from Fernando to [ipython-user] back
4241
in April of 2005 titled `"Towards IPython 1.0, the famous big cleanup"`_. In

_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.

_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)