Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit daec84c

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Wednesday, 31. May 2017 10:52PM
1 parent 17761a1 commit daec84c

27 files changed

+251
-198
lines changed

_sources/index.rst.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ part of which is providing a Python kernel for Jupyter.
5858
Announcements
5959
=============
6060

61+
- **IPython 6.1**, and **IPython 5.4**: These two release where made on May 31st
62+
2017.m
63+
6164
- **IPython 6.0**: This release, the first to require Python 3, integrates the
6265
Jedi library for completion. See the `release notes
6366
<http://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-0>`__

_sources/news.rst.txt

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,43 @@
22
News
33
====
44

5+
IPython 6.1
6+
-----------
7+
8+
IPython 5.4 was release on May 31, 2017. And include a number of new features.
9+
See the `Jupyter Blog
10+
<http://blog.jupyter.org/2017/05/31/release-of-ipython-5-4-6-1-and-rlipython-2/>`_
11+
and the `release notes
12+
<http://ipython.readthedocs.io/en/stable/whatsnew/version6.html#ipython-6-1>`__
13+
14+
.. ::
15+
sha256
16+
cd44c7f5ccb2b349ffd6ede10d8e4204c9ab1ede4a8a6c40220cfeb07069171a dist/ipython-6.1.0-py3-none-any.whl
17+
5c53e8ee4d4bec27879982b9f3b4aa2d6e3cfd7b26782d250fa117f85bb29814 dist/ipython-6.1.0.tar.gz
18+
19+
IPython 5.4
20+
-----------
21+
22+
IPython 5.4 was release on May 31, 2017. This release backport most of the
23+
features and API addition that went into 6.0 and 6.1. See the `Jupyter Blog
24+
<http://blog.jupyter.org/2017/05/31/release-of-ipython-5-4-6-1-and-rlipython-2/>`_
25+
and the `release notes
26+
<http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-4>`__
27+
28+
.. ::
29+
sha256
30+
6bf30eed7a55c74fc937ea2975e3a3dec2b5a5bd654ffd8ddf05a62672b3baea dist/ipython-5.4.0-py2-none-any.whl
31+
b92a53dfdd0d49841a319818ffaf7640b0ff9b99ff9ceeb9531c69b1a027ca7e dist/ipython-5.4.0-py3-none-any.whl
32+
6907826c427c917bf0cdab71ee728288b1f1975c4b94b3ed608b67db3183c974 dist/ipython-5.4.0.tar.gz
33+
534
IPython 6.0
635
-----------
736

837
IPython 6.0 was released on April 19th, 2017. This release is the first major
938
release that only support Python 3. See longer announce on the `Jupyter Blog
1039
<http://blog.jupyter.org/2017/04/19/http://blog.jupyter.org/release-of-ipython-6-0/>`_,
1140
and the `release notes
12-
<http://ipython.readthedocs.io/en/latest/whatsnew/version6.html#ipython-6-0>`__
41+
<http://ipython.readthedocs.io/en//whatsnew/version6.html#ipython-6-0>`__
1342

1443
IPython 5.x is still considered stable/LTS and will still get releases with
1544
bugfixes.
@@ -18,21 +47,21 @@ IPython 5.3
1847
-----------
1948

2049
IPython 5.3.0 was released on February 24th, 2017. This is primarily a bugfix
21-
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-3>`__
50+
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-3>`__
2251
for more details.
2352

2453
IPython 5.2
2554
-----------
2655

2756
IPython 5.2.0 was released on January 29th, 2017. Like 5.1 this is primarily a bugfix
28-
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-2>`__
57+
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-2>`__
2958
for more details.
3059

3160
IPython 5.1
3261
-----------
3362

3463
IPython 5.1 was released on August 13th, 2016. This is primarily a bugfix
35-
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-1>`__
64+
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/5.x/whatsnew/version5.html#ipython-5-1>`__
3665
for more details.
3766

3867
IPython 5.0

_static/basic.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,13 @@ table.field-list td, table.field-list th {
398398
margin: 0;
399399
}
400400

401+
.field-name {
402+
-moz-hyphens: manual;
403+
-ms-hyphens: manual;
404+
-webkit-hyphens: manual;
405+
hyphens: manual;
406+
}
407+
401408
/* -- other body styles ----------------------------------------------------- */
402409

403410
ol.arabic {

books.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

5-
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -40,7 +40,7 @@
4040
<link rel="next" title="Citing IPython" href="citing.html" />
4141
<link rel="prev" title="Jupyter and the future of IPython" href="index.html" />
4242
</head>
43-
<body role="document">
43+
<body>
4444
<!-- Flipcause integration: -->
4545
<script>
4646
function open_window(cause_id) {
@@ -325,7 +325,7 @@ <h2>Mastering IPython 4.0<a class="headerlink" href="#mastering-ipython-4-0" tit
325325
advanced guide on interactive and parallel computing with IPython will explore
326326
advanced visualizations and high-performance computing with IPython in detail.</p>
327327
<p>You will quickly brush up your knowledge of IPython kernels and wrapper
328-
kernels, then we&#8217;ll move to advanced concepts such as testing, Sphinx, JS
328+
kernels, then well move to advanced concepts such as testing, Sphinx, JS
329329
events, interactive work, and the ZMQ cluster. The book will cover topics such
330330
as IPython Console Lexer, advanced configuration, and third-party tools.</p>
331331
<p>By the end of this book, you will be able to use IPython for interactive and
@@ -384,7 +384,7 @@ <h2>Get your Book on this page<a class="headerlink" href="#get-your-book-on-this
384384

385385
<div class="footer" role="contentinfo">
386386
&#169; Copyright the IPython development team.
387-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
387+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
388388
</div>
389389
</div>
390390

books_policy.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

5-
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -38,7 +38,7 @@
3838
<link rel="shortcut icon" href="_static/favicon.ico"/>
3939
<link rel="search" title="Search" href="search.html" />
4040
</head>
41-
<body role="document">
41+
<body>
4242
<!-- Flipcause integration: -->
4343
<script>
4444
function open_window(cause_id) {
@@ -293,10 +293,10 @@ <h4>Support IPython</h4>
293293
rather than just mentioning IPython in a chapter or two (though see Note in
294294
#2 below).</p>
295295
<p>For example, the currently listed book by Cyrille Rossant amply qualifies,
296-
but Wes McKinney&#8217;s &#8220;Python for Data Analysis&#8221;, while having an excellent
296+
but Wes McKinney’s “Python for Data Analysis, while having an excellent
297297
chapter devoted to IPython, would not get a link on the home page.</p>
298298
<ol class="arabic simple" start="2">
299-
<li>Our &#8220;Books&#8221; page:</li>
299+
<li>Our Books page:</li>
300300
</ol>
301301
<p>We will create a main page listing in reverse chronological order the various
302302
books that are mainly devoted to IPython. For each book, we simply list its
@@ -306,7 +306,7 @@ <h4>Support IPython</h4>
306306
<p>There may be a section at the bottom listing books that include some useful
307307
material about IPython (more than just a sentence but less than say 1/2 the
308308
book). These would be listed for reference but would have no front-page
309-
link (e.g. Wes&#8217; book).</p>
309+
link (e.g. Wes book).</p>
310310
<p>Note: the core team reserves the right to <em>not</em> include, or remove a book in this
311311
listing. If someone out there publishes a book that we deem to be
312312
absolutely terrible, we reserve the right to simply not list it.</p>
@@ -315,7 +315,7 @@ <h4>Support IPython</h4>
315315
</ol>
316316
<p>We will have a single image for books, and that will be a randomly rotating
317317
screenshot of all currently available books. That image will be a link to that
318-
book&#8217;s entry in the &#8220;Books&#8221; page. The randomly rotating screenshot may show
318+
books entry in the Books page. The randomly rotating screenshot may show
319319
recently published book more often.</p>
320320
<p>On the Book page, the books will be ordered with most recent at the top.</p>
321321
</div>
@@ -333,7 +333,7 @@ <h4>Support IPython</h4>
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.5.5.
336+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
337337
</div>
338338
</div>
339339

citing.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

5-
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -40,7 +40,7 @@
4040
<link rel="next" title="Documentation" href="documentation.html" />
4141
<link rel="prev" title="Books" href="books.html" />
4242
</head>
43-
<body role="document">
43+
<body>
4444
<!-- Flipcause integration: -->
4545
<script>
4646
function open_window(cause_id) {
@@ -325,7 +325,7 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
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.5.5.
328+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
329329
</div>
330330
</div>
331331

documentation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

5-
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -40,7 +40,7 @@
4040
<link rel="next" title="Support IPython Development" href="donate.html" />
4141
<link rel="prev" title="Citing IPython" href="citing.html" />
4242
</head>
43-
<body role="document">
43+
<body>
4444
<!-- Flipcause integration: -->
4545
<script>
4646
function open_window(cause_id) {
@@ -343,7 +343,7 @@ <h2>Other pieces<a class="headerlink" href="#other-pieces" title="Permalink to t
343343

344344
<div class="footer" role="contentinfo">
345345
&#169; Copyright the IPython development team.
346-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
346+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
347347
</div>
348348
</div>
349349

donate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

5-
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -40,7 +40,7 @@
4040
<link rel="next" title="FAQ" href="faq.html" />
4141
<link rel="prev" title="Documentation" href="documentation.html" />
4242
</head>
43-
<body role="document">
43+
<body>
4444
<!-- Flipcause integration: -->
4545
<script>
4646
function open_window(cause_id) {
@@ -333,7 +333,7 @@ <h1>Support IPython Development<a class="headerlink" href="#support-ipython-deve
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.5.5.
336+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
337337
</div>
338338
</div>
339339

faq.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

5-
66
<html xmlns="http://www.w3.org/1999/xhtml">
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -40,7 +40,7 @@
4040
<link rel="next" title="Installing IPython" href="install.html" />
4141
<link rel="prev" title="Support IPython Development" href="donate.html" />
4242
</head>
43-
<body role="document">
43+
<body>
4444
<!-- Flipcause integration: -->
4545
<script>
4646
function open_window(cause_id) {
@@ -284,7 +284,7 @@ <h4>Support IPython</h4>
284284

285285
<div class="section" id="faq">
286286
<h1>FAQ<a class="headerlink" href="#faq" title="Permalink to this headline"></a></h1>
287-
<p>If your question isn&#8217;t answered below, check <a class="reference external" href="http://ipython.org/ipython-doc/">the docs</a>, then ask on the <a class="reference external" href="http://mail.scipy.org/mailman/listinfo/ipython-dev">mailing list</a>.</p>
287+
<p>If your question isnt answered below, check <a class="reference external" href="http://ipython.org/ipython-doc/">the docs</a>, then ask on the <a class="reference external" href="http://mail.scipy.org/mailman/listinfo/ipython-dev">mailing list</a>.</p>
288288
<div class="contents local topic" id="contents">
289289
<ul class="simple">
290290
<li><a class="reference internal" href="#can-ipython-run-under-ironpython-pypy-jython-other-python-interpreters" id="id1">Can IPython run under IronPython/PyPy/Jython/other Python interpreters?</a></li>
@@ -311,7 +311,7 @@ <h2>IPython crashes under OS X when using the arrow keys<a class="headerlink" hr
311311
<p><strong>Answer:</strong> This is due to a bug in the readline library from the official builds. There are a few solutions you can take:</p>
312312
<blockquote>
313313
<div><ol class="arabic">
314-
<li><p class="first">Use a different Python version from Apple&#8217;s default (MacPython or Fink have been reported to work)</p>
314+
<li><p class="first">Use a different Python version from Apples default (MacPython or Fink have been reported to work)</p>
315315
</li>
316316
<li><p class="first">You can disable in your ipythonrc file the following lines by commenting them out:</p>
317317
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="n">readline_parse_and_bind</span> <span class="s2">&quot;\e[A&quot;</span><span class="p">:</span> <span class="n">history</span><span class="o">-</span><span class="n">search</span><span class="o">-</span><span class="n">backward</span>
@@ -321,7 +321,7 @@ <h2>IPython crashes under OS X when using the arrow keys<a class="headerlink" hr
321321
</li>
322322
</ol>
323323
</div></blockquote>
324-
<p>You will lose searching in your history with the arrow keys, but at least Python won&#8217;t crash.</p>
324+
<p>You will lose searching in your history with the arrow keys, but at least Python wont crash.</p>
325325
</div>
326326
<div class="section" id="does-ipython-play-well-with-windows">
327327
<h2>Does IPython play well with Windows?<a class="headerlink" href="#does-ipython-play-well-with-windows" title="Permalink to this headline"></a></h2>
@@ -332,7 +332,7 @@ <h2>Does IPython play well with Windows?<a class="headerlink" href="#does-ipytho
332332
<h2>What is the best way to install IPython?<a class="headerlink" href="#what-is-the-best-way-to-install-ipython" title="Permalink to this headline"></a></h2>
333333
<p>See <a class="reference external" href="http://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself">the installation documentation</a> for full details.</p>
334334
<p>The standard Python installation mechanisms (<code class="docutils literal"><span class="pre">setup.py</span></code>, <code class="docutils literal"><span class="pre">pip</span></code> or <code class="docutils literal"><span class="pre">easy_install</span></code>) all work for installing IPython to use in a terminal. Windows users are best off installing <a class="reference external" href="https://pypi.python.org/pypi/distribute">distribute</a>, then running the .exe installer, to create start menu shortcuts.</p>
335-
<p>To use the notebook or the Qt console, it&#8217;s easiest to install through a package manager, or download a Python distribution such as <a class="reference external" href="https://store.continuum.io/cshop/anaconda">Anaconda</a> or <a class="reference external" href="https://www.enthought.com/downloads/">Enthought Canopy</a>. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.</p>
335+
<p>To use the notebook or the Qt console, its easiest to install through a package manager, or download a Python distribution such as <a class="reference external" href="https://store.continuum.io/cshop/anaconda">Anaconda</a> or <a class="reference external" href="https://www.enthought.com/downloads/">Enthought Canopy</a>. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.</p>
336336
</div>
337337
</div>
338338

@@ -349,7 +349,7 @@ <h2>What is the best way to install IPython?<a class="headerlink" href="#what-is
349349

350350
<div class="footer" role="contentinfo">
351351
&#169; Copyright the IPython development team.
352-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
352+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
353353
</div>
354354
</div>
355355

0 commit comments

Comments
 (0)