Skip to content

Commit e856205

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

26 files changed

+105
-86
lines changed

_sources/index.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,11 @@ Announcements
6666
=============
6767

6868

69-
.. _100alpha: http://archive.ipython.org/testing/1.0.0/
70-
7169
- **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.
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.
7674

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

_sources/news.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ details. This will probably be the last release before 1.0.
4343
Roadmap to 1.0 and Beyond
4444
-------------------------
4545

46-
IPython 1.0 is coming mid-July 2013. See the grant_ which is funding the bulk
46+
IPython 1.0 is coming Summer 2013. See the grant_ which is funding the bulk
4747
of the work, as well as our roadmap_ for achieving the grant's objectives.
4848
`Read on for more details <roadmap-announcement.html>`_.
4949

_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-2013 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/doctools.js

Lines changed: 14 additions & 2 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-2013 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2011 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,6 +61,18 @@ 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+
6476
/**
6577
* highlight a given string on a jquery object by wrapping it in
6678
* span elements with the given class name.

_static/underscore.js

Lines changed: 21 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/websupport.js

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

citing.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
34
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
45

@@ -26,7 +27,7 @@
2627

2728
<script type="text/javascript">
2829
var DOCUMENTATION_OPTIONS = {
29-
URL_ROOT: './',
30+
URL_ROOT: '',
3031
VERSION: '',
3132
COLLAPSE_INDEX: false,
3233
FILE_SUFFIX: '.html',
@@ -249,7 +250,7 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
249250

250251
<div class="footer">
251252
&copy; Copyright the IPython development team.
252-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
253+
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
253254
</div>
254255
</div>
255256

documentation.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
34
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
45

@@ -26,7 +27,7 @@
2627

2728
<script type="text/javascript">
2829
var DOCUMENTATION_OPTIONS = {
29-
URL_ROOT: './',
30+
URL_ROOT: '',
3031
VERSION: '',
3132
COLLAPSE_INDEX: false,
3233
FILE_SUFFIX: '.html',
@@ -306,7 +307,7 @@ <h2>Other projects using IPython<a class="headerlink" href="#other-projects-usin
306307

307308
<div class="footer">
308309
&copy; Copyright the IPython development team.
309-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
310+
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
310311
</div>
311312
</div>
312313

donate.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
34
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
45

@@ -26,7 +27,7 @@
2627

2728
<script type="text/javascript">
2829
var DOCUMENTATION_OPTIONS = {
29-
URL_ROOT: './',
30+
URL_ROOT: '',
3031
VERSION: '',
3132
COLLAPSE_INDEX: false,
3233
FILE_SUFFIX: '.html',
@@ -247,7 +248,7 @@ <h1>Support IPython Development<a class="headerlink" href="#support-ipython-deve
247248

248249
<div class="footer">
249250
&copy; Copyright the IPython development team.
250-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
251+
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
251252
</div>
252253
</div>
253254

faq.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
34
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
45

@@ -26,7 +27,7 @@
2627

2728
<script type="text/javascript">
2829
var DOCUMENTATION_OPTIONS = {
29-
URL_ROOT: './',
30+
URL_ROOT: '',
3031
VERSION: '',
3132
COLLAPSE_INDEX: false,
3233
FILE_SUFFIX: '.html',
@@ -275,7 +276,7 @@ <h2>What is the best way to install IPython?<a class="headerlink" href="#what-is
275276

276277
<div class="footer">
277278
&copy; Copyright the IPython development team.
278-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b1.
279+
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
279280
</div>
280281
</div>
281282

0 commit comments

Comments
 (0)