Skip to content

Commit 47c7e1e

Browse files
committed
Updated website (automated commit)
1 parent 6049a72 commit 47c7e1e

33 files changed

+79
-112
lines changed

_sources/notebook.txt

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

3939
.. _Pybonacci: http://pybonacci.wordpress.com
4040

41-
.. _example collection: https://github.com/ipython/ipython/tree/master/examples/notebooks#a-collection-of-notebooks-for-using-ipython-effectively
41+
.. _example collection: http://nbviewer.ipython.org/github/ipython/ipython/blob/2.x/examples/Notebook/Index.ipynb
4242

4343
.. _documentation: http://ipython.org/ipython-doc/stable/interactive/htmlnotebook.html
4444

_static/basic.css

Lines changed: 2 additions & 5 deletions
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-2014 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -89,6 +89,7 @@ div.sphinxsidebar #searchbox input[type="submit"] {
8989

9090
img {
9191
border: 0;
92+
max-width: 100%;
9293
}
9394

9495
/* -- search page ----------------------------------------------------------- */
@@ -401,10 +402,6 @@ dl.glossary dt {
401402
margin: 0;
402403
}
403404

404-
.refcount {
405-
color: #060;
406-
}
407-
408405
.optional {
409406
font-size: 1.3em;
410407
}

_static/doctools.js

Lines changed: 5 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-2014 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.
@@ -180,6 +168,9 @@ var Documentation = {
180168
var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
181169
if (terms.length) {
182170
var body = $('div.body');
171+
if (!body.length) {
172+
body = $('body');
173+
}
183174
window.setTimeout(function() {
184175
$.each(terms, function() {
185176
body.highlightText(this.toLowerCase(), 'highlighted');

_static/fancybox/.gitattributes

Lines changed: 0 additions & 7 deletions
This file was deleted.

_static/fancybox/jquery.fancybox.js

100755100644
File mode changed.

_static/fancybox/jquery.fancybox.pack.js

100755100644
File mode changed.

_static/simons-logo.jpg

-128 KB
Binary file not shown.

_static/sloan-logo.jpg

-136 KB
Binary file not shown.

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

citing.html

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

2-
32
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
43
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
54

@@ -27,7 +26,7 @@
2726

2827
<script type="text/javascript">
2928
var DOCUMENTATION_OPTIONS = {
30-
URL_ROOT: '',
29+
URL_ROOT: './',
3130
VERSION: '',
3231
COLLAPSE_INDEX: false,
3332
FILE_SUFFIX: '.html',
@@ -223,20 +222,21 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
223222
please acknowledge that fact by citing the project. As of now, the canonical
224223
academic reference for IPython is <a class="reference external" href="http://fperez.org/papers/ipython07_pe-gr_cise.pdf">this paper</a>, for which here are both
225224
a BibTex and a plaintext reference you can use:</p>
226-
<div class="highlight-python"><pre>@Article{PER-GRA:2007,
227-
Author = {P\'erez, Fernando and Granger, Brian E.},
225+
<div class="highlight-python"><div class="highlight"><pre>@Article{PER-GRA:2007,
226+
Author = {P\&#39;erez, Fernando and Granger, Brian E.},
228227
Title = {{IP}ython: a System for Interactive Scientific Computing},
229228
Journal = {Computing in Science and Engineering},
230229
Volume = {9},
231230
Number = {3},
232231
Pages = {21--29},
233232
month = may,
234233
year = 2007,
235-
url = "http://ipython.org",
236-
ISSN = "1521-9615",
234+
url = &quot;http://ipython.org&quot;,
235+
ISSN = &quot;1521-9615&quot;,
237236
doi = {10.1109/MCSE.2007.53},
238237
publisher = {IEEE Computer Society},
239-
}</pre>
238+
}
239+
</pre></div>
240240
</div>
241241
<p>or in plaintext:</p>
242242
<blockquote>
@@ -259,7 +259,7 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
259259

260260
<div class="footer">
261261
&copy; Copyright the IPython development team.
262-
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
262+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
263263
</div>
264264
</div>
265265

0 commit comments

Comments
 (0)