Skip to content

Commit 1c43cdf

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Wednesday, 03. February 2016 08:37PM
1 parent 053c734 commit 1c43cdf

28 files changed

+53
-28
lines changed

_sources/news.txt

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,25 @@ New edition of the IPython minibook
66
-----------------------------------
77

88
On October 25 2015, Cyrille Rossant published the second edition of the IPython minibook:
9-
`Learning IPython for Interactive Computing and Data Visualization
9+
`Learning IPython for Interactive Computing and Data Visualization 2nd Ed.
1010
<https://www.packtpub.com/big-data-and-business-intelligence/learning-ipython-interactive-computing-and-data-visualization-sec>`_,
1111
for which `Damian Avila <https://github.com/damianavila>`_ was a technical
1212
reviewer. We thank Packt Publishing for donating a portion of the proceeds
1313
from this book to support IPython's development.
1414

15+
IPython 4.0
16+
-----------
17+
18+
IPython 4.0 was released on August 11, 2015. This release corresponds to the
19+
separation of IPython (as of 3.x) into multiple components, most of which are
20+
now under the Jupyter organisation. See `the Jupyter blog post
21+
<https://blog.jupyter.org/2015/04/15/the-big-split/>`_ for further explanation.
22+
23+
IPython 4.0 contains only the codebase for the features of IPython terminal
24+
itself. Extra shims and warnings have been added to ease the transition of
25+
currently existing code from IPython 3.x to the various new packages
26+
(`ipyparallel`, `notebook`, `ipywidget`, `nbconvert`,...)
27+
1528
IPython 3.0
1629
-----------
1730

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

_static/doctools.js

Lines changed: 1 addition & 1 deletion
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-2015 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/pygments.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
.highlight .err { border: 1px solid #FF0000 } /* Error */
55
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
66
.highlight .o { color: #666666 } /* Operator */
7+
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
78
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
89
.highlight .cp { color: #007020 } /* Comment.Preproc */
10+
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
911
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
1012
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
1113
.highlight .gd { color: #A00000 } /* Generic.Deleted */

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

books.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ <h2>IPython Minibook<a class="headerlink" href="#ipython-minibook" title="Permal
240240

241241
<div class="footer" role="contentinfo">
242242
&copy; Copyright the IPython development team.
243-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
243+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
244244
</div>
245245
</div>
246246

citing.html

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

244244
<div class="footer" role="contentinfo">
245245
&copy; Copyright the IPython development team.
246-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
246+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
247247
</div>
248248
</div>
249249

documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h2>Current Documentation<a class="headerlink" href="#current-documentation" tit
250250

251251
<div class="footer" role="contentinfo">
252252
&copy; Copyright the IPython development team.
253-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
253+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
254254
</div>
255255
</div>
256256

donate.html

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

240240
<div class="footer" role="contentinfo">
241241
&copy; Copyright the IPython development team.
242-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
242+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
243243
</div>
244244
</div>
245245

faq.html

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

268268
<div class="footer" role="contentinfo">
269269
&copy; Copyright the IPython development team.
270-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.3.
270+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.5.
271271
</div>
272272
</div>
273273

0 commit comments

Comments
 (0)