Skip to content

Commit 93d1ff8

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Thursday, 10. May 2018 07:29PM
1 parent 6e82327 commit 93d1ff8

26 files changed

+63
-25
lines changed

_sources/news.rst.txt

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

5+
IPython 6.4
6+
-----------
7+
8+
IPython 6.4 was released on May 10, 2018. This is primarily a bugfix release.
9+
See the `release notes
10+
<https://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-4-0>`__
11+
12+
.. ::
13+
shasum -a 256 dist/*
14+
a0c96853549b246991046f32d19db7140f5b1a644cc31f0dc1edc86713b7676f dist/ipython-6.4.0-py3-none-any.whl
15+
eca537aa61592aca2fef4adea12af8e42f5c335004dfa80c78caf80e8b525e5c dist/ipython-6.4.0.tar.gz
16+
17+
18+
IPython 5.7
19+
-----------
20+
21+
IPython 5.7 was released on May 10, 2018. This is primarily a bugfix release.
22+
See the `release notes
23+
<https://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-7-0>`__
24+
25+
.. ::
26+
$shasum -a256 dist/*
27+
707d1bbfc81e41e39ead1012af931bec6f80357b87e520af352e539cf5961dc0 dist/ipython-5.7.0-py2-none-any.whl
28+
fc0464e68f9c65cd8c453474b4175432cc29ecb6c83775baedf6dbfcee9275ab dist/ipython-5.7.0-py3-none-any.whl
29+
8db43a7fb7619037c98626613ff08d03dda9d5d12c84814a4504c78c0da8323c dist/ipython-5.7.0.tar.gz
30+
531
IPython 6.3
632
-----------
733

_static/doctools.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jQuery.fn.highlightText = function(text, className) {
7070
if (node.nodeType === 3) {
7171
var val = node.nodeValue;
7272
var pos = val.toLowerCase().indexOf(text);
73-
if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
73+
if (pos >= 0 &&
74+
!jQuery(node.parentNode).hasClass(className) &&
75+
!jQuery(node.parentNode).hasClass("nohighlight")) {
7476
var span;
7577
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
7678
if (isInSVG) {

books.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ <h2>Get your Book on this page<a class="headerlink" href="#get-your-book-on-this
475475

476476
<div class="footer" role="contentinfo">
477477
&#169; Copyright the IPython development team.
478-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
478+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
479479
</div>
480480
</div>
481481

books_policy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h4>Support IPython</h4>
325325

326326
<div class="footer" role="contentinfo">
327327
&#169; Copyright the IPython development team.
328-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
328+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
329329
</div>
330330
</div>
331331

citing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
317317

318318
<div class="footer" role="contentinfo">
319319
&#169; Copyright the IPython development team.
320-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
320+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
321321
</div>
322322
</div>
323323

documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ <h2>Other pieces<a class="headerlink" href="#other-pieces" title="Permalink to t
335335

336336
<div class="footer" role="contentinfo">
337337
&#169; Copyright the IPython development team.
338-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
338+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
339339
</div>
340340
</div>
341341

donate.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h1>Support IPython Development<a class="headerlink" href="#support-ipython-deve
325325

326326
<div class="footer" role="contentinfo">
327327
&#169; Copyright the IPython development team.
328-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
328+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
329329
</div>
330330
</div>
331331

faq.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h2>What is the best way to install IPython?<a class="headerlink" href="#what-is
341341

342342
<div class="footer" role="contentinfo">
343343
&#169; Copyright the IPython development team.
344-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
344+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
345345
</div>
346346
</div>
347347

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ <h1>Announcements<a class="headerlink" href="#announcements" title="Permalink to
360360

361361
<div class="footer" role="contentinfo">
362362
&#169; Copyright the IPython development team.
363-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
363+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
364364
</div>
365365
</div>
366366

install.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h2>I am getting started with Python<a class="headerlink" href="#i-am-getting-st
333333

334334
<div class="footer" role="contentinfo">
335335
&#169; Copyright the IPython development team.
336-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.2.
336+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
337337
</div>
338338
</div>
339339

0 commit comments

Comments
 (0)