Skip to content

Commit 81b69bd

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Wednesday, 12. August 2015 02:02AM
1 parent 12436c5 commit 81b69bd

27 files changed

+77
-95
lines changed

_sources/documentation.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Documentation
55
IPython manual
66
--------------
77

8-
* `Current Stable Version (3.x) <http://ipython.org/ipython-doc/stable/index.html>`_
9-
* `Current Development Version <http://ipython.org/ipython-doc/dev/index.html>`_
8+
* `Current Stable Version (4.0) <https://ipython.readthedocs.org/en/stable>`_
9+
* `Current Development Version <https://ipython.readthedocs.org/en/latest>`_
1010

1111
You can download IPython documentation for offline use, and for all version of IPython on
1212
`GitHub <https://github.com/ipython/ipython-doc/tree/gh-pages>`_.

_sources/index.txt

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
IPython provides a rich architecture for interactive computing with:
22

3-
- Powerful interactive shells (terminal and `Qt-based`_).
4-
- A browser-based notebook_ with support for code, rich text, mathematical
5-
expressions, inline plots and other rich media.
3+
- A powerful interactive shell.
4+
- A kernel for Jupyter_.
65
- Support for interactive data visualization and use of `GUI toolkits`_.
76
- Flexible, embeddable_ interpreters to load into your own projects.
87
- Easy to use, high performance tools for `parallel computing`_.
@@ -12,16 +11,6 @@ IPython provides a rich architecture for interactive computing with:
1211
:alt: IPython clients
1312
:target: _static/ipy_0.13.png
1413

15-
While the focus of the project is Python, our architecture is designed in a
16-
language-agnostic way to facilitate interactive computing in any language. An
17-
interactive kernel speaks to clients such as the terminal or web notebook via a
18-
well-specified protocol_, and all features of a kernel are available to all
19-
clients. We ship the official IPython kernel, but kernels for other languages
20-
such as `Julia`_ and `Haskell`_ are actively developed and used.
21-
Additionally, the IPython kernel supports multi-language
22-
integration, letting you for example mix Python code with Cython_, R_, Octave_,
23-
and scripting in `Bash, Perl or Ruby`_.
24-
2514
.. _notebook: notebook.html
2615

2716
.. _qt-based: http://ipython.org/ipython-doc/stable/interactive/qtconsole.html
@@ -46,7 +35,7 @@ and scripting in `Bash, Perl or Ruby`_.
4635

4736
.. _Bash, Perl or Ruby: http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Script%20Magics.ipynb
4837

49-
To get started with the IPython Notebook, see our `official example
38+
To get started with IPython in the Jupyter Notebook, see our `official example
5039
collection`_. Our `notebook gallery`__ is an excellent way to see the many
5140
things you can do with IPython while learning about a variety of topics, from
5241
basic programming to advanced statistics or quantum mechanics.
@@ -71,21 +60,23 @@ Jupyter and the future of IPython
7160
=================================
7261

7362
IPython is a growing project, with increasingly language-agnostic components.
74-
IPython 3.x will be the last monolithic release of IPython,
75-
containing the notebook server, qtconsole, etc. The language-agnostic parts of the project:
63+
IPython 3.x was the last monolithic release of IPython,
64+
containing the notebook server, qtconsole, etc.
65+
As of IPython 4.0, the language-agnostic parts of the project:
7666
the notebook format, message protocol, qtconsole, notebook web application, etc.
77-
will move to new projects under the name Jupyter_.
78-
IPython itself will return to being focused on interactive Python,
79-
part of which will be providing a Python kernel for Jupyter.
80-
IPython 3.0 contains some indications of the project transition,
81-
including the logo in the notebook web UI being that of Jupyter.
67+
have moved to new projects under the name Jupyter_.
68+
IPython itself is focused on interactive Python,
69+
part of which is providing a Python kernel for Jupyter.
8270

8371
.. _Jupyter: https://jupyter.org
8472

8573

8674
Announcements
8775
=============
8876

77+
- **IPython 4.0**: We are pleased to announce the availability of IPython 4.0,
78+
aka The Big Split, splitting the monolithic IPython repo into smaller subpackages.
79+
8980
- **IPython 3.0**: We are pleased to announce the availability of IPython 3.0,
9081
a major new release featuring integrated support for multiple languages, along
9182
with lots of smaller new features and bugfixes.

books.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@
9898
<h3>Versions</h3>
9999

100100
<div class="tile"><h4>Stable</h4>
101-
3.2 &ndash; June 2015<br/>
101+
4.0 &ndash; August 2015<br/>
102102
<a href="install.html">Install</a>
103103
</div>
104104

105105
<div class="tile"><h4>Development</h4>
106-
4.0.dev<br/>
106+
4.1.dev<br/>
107107
<a href="https://github.com/ipython/ipython">GitHub</a>
108108
</div>
109109

citing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<h3>Versions</h3>
101101

102102
<div class="tile"><h4>Stable</h4>
103-
3.2 &ndash; June 2015<br/>
103+
4.0 &ndash; August 2015<br/>
104104
<a href="install.html">Install</a>
105105
</div>
106106

107107
<div class="tile"><h4>Development</h4>
108-
4.0.dev<br/>
108+
4.1.dev<br/>
109109
<a href="https://github.com/ipython/ipython">GitHub</a>
110110
</div>
111111

documentation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<h3>Versions</h3>
101101

102102
<div class="tile"><h4>Stable</h4>
103-
3.2 &ndash; June 2015<br/>
103+
4.0 &ndash; August 2015<br/>
104104
<a href="install.html">Install</a>
105105
</div>
106106

107107
<div class="tile"><h4>Development</h4>
108-
4.0.dev<br/>
108+
4.1.dev<br/>
109109
<a href="https://github.com/ipython/ipython">GitHub</a>
110110
</div>
111111

@@ -233,8 +233,8 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to
233233
<div class="section" id="ipython-manual">
234234
<h2>IPython manual<a class="headerlink" href="#ipython-manual" title="Permalink to this headline"></a></h2>
235235
<ul class="simple">
236-
<li><a class="reference external" href="http://ipython.org/ipython-doc/stable/index.html">Current Stable Version (3.x)</a></li>
237-
<li><a class="reference external" href="http://ipython.org/ipython-doc/dev/index.html">Current Development Version</a></li>
236+
<li><a class="reference external" href="https://ipython.readthedocs.org/en/stable">Current Stable Version (4.0)</a></li>
237+
<li><a class="reference external" href="https://ipython.readthedocs.org/en/latest">Current Development Version</a></li>
238238
</ul>
239239
<p>You can download IPython documentation for offline use, and for all version of IPython on
240240
<a class="reference external" href="https://github.com/ipython/ipython-doc/tree/gh-pages">GitHub</a>.</p>

donate.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<h3>Versions</h3>
101101

102102
<div class="tile"><h4>Stable</h4>
103-
3.2 &ndash; June 2015<br/>
103+
4.0 &ndash; August 2015<br/>
104104
<a href="install.html">Install</a>
105105
</div>
106106

107107
<div class="tile"><h4>Development</h4>
108-
4.0.dev<br/>
108+
4.1.dev<br/>
109109
<a href="https://github.com/ipython/ipython">GitHub</a>
110110
</div>
111111

faq.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<h3>Versions</h3>
101101

102102
<div class="tile"><h4>Stable</h4>
103-
3.2 &ndash; June 2015<br/>
103+
4.0 &ndash; August 2015<br/>
104104
<a href="install.html">Install</a>
105105
</div>
106106

107107
<div class="tile"><h4>Development</h4>
108-
4.0.dev<br/>
108+
4.1.dev<br/>
109109
<a href="https://github.com/ipython/ipython">GitHub</a>
110110
</div>
111111

index.html

Lines changed: 13 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
<h3>Versions</h3>
100100

101101
<div class="tile"><h4>Stable</h4>
102-
3.2 &ndash; June 2015<br/>
102+
4.0 &ndash; August 2015<br/>
103103
<a href="install.html">Install</a>
104104
</div>
105105

106106
<div class="tile"><h4>Development</h4>
107-
4.0.dev<br/>
107+
4.1.dev<br/>
108108
<a href="https://github.com/ipython/ipython">GitHub</a>
109109
</div>
110110

@@ -229,24 +229,14 @@ <h4>Support IPython</h4>
229229

230230
<p>IPython provides a rich architecture for interactive computing with:</p>
231231
<ul class="simple">
232-
<li>Powerful interactive shells (terminal and <a class="reference external" href="http://ipython.org/ipython-doc/stable/interactive/qtconsole.html">Qt-based</a>).</li>
233-
<li>A browser-based <a class="reference external" href="notebook.html">notebook</a> with support for code, rich text, mathematical
234-
expressions, inline plots and other rich media.</li>
232+
<li>A powerful interactive shell.</li>
233+
<li>A kernel for <a class="reference external" href="https://jupyter.org">Jupyter</a>.</li>
235234
<li>Support for interactive data visualization and use of <a class="reference external" href="http://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support">GUI toolkits</a>.</li>
236235
<li>Flexible, <a class="reference external" href="http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython">embeddable</a> interpreters to load into your own projects.</li>
237236
<li>Easy to use, high performance tools for <a class="reference external" href="http://ipython.org/ipython-doc/stable/parallel/parallel_intro.html">parallel computing</a>.</li>
238237
</ul>
239238
<a class="reference external image-reference" href="_static/ipy_0.13.png"><img alt="IPython clients" src="_images/ipy_0.13.png" style="width: 400px;" /></a>
240-
<p>While the focus of the project is Python, our architecture is designed in a
241-
language-agnostic way to facilitate interactive computing in any language. An
242-
interactive kernel speaks to clients such as the terminal or web notebook via a
243-
well-specified <a class="reference external" href="http://ipython.org/ipython-doc/stable/development/messaging.html">protocol</a>, and all features of a kernel are available to all
244-
clients. We ship the official IPython kernel, but kernels for other languages
245-
such as <a class="reference external" href="https://github.com/JuliaLang/IJulia.jl">Julia</a> and <a class="reference external" href="https://github.com/gibiansky/IHaskell">Haskell</a> are actively developed and used.
246-
Additionally, the IPython kernel supports multi-language
247-
integration, letting you for example mix Python code with <a class="reference external" href="http://docs.cython.org/src/quickstart/build.html#using-the-ipython-notebook">Cython</a>, <a class="reference external" href="http://rpy.sourceforge.net/rpy2/doc-2.4/html/interactive.html#module-rpy2.ipython.rmagic">R</a>, <a class="reference external" href="http://nbviewer.ipython.org/github/blink1073/oct2py/blob/master/example/octavemagic_extension.ipynb">Octave</a>,
248-
and scripting in <a class="reference external" href="http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Script%20Magics.ipynb">Bash, Perl or Ruby</a>.</p>
249-
<p>To get started with the IPython Notebook, see our <a class="reference external" href="http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb">official example
239+
<p>To get started with IPython in the Jupyter Notebook, see our <a class="reference external" href="http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/Index.ipynb">official example
250240
collection</a>. Our <a class="reference external" href="https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks">notebook gallery</a> is an excellent way to see the many
251241
things you can do with IPython while learning about a variety of topics, from
252242
basic programming to advanced statistics or quantum mechanics.</p>
@@ -260,18 +250,19 @@ <h4>Support IPython</h4>
260250
<div class="section" id="jupyter-and-the-future-of-ipython">
261251
<h1>Jupyter and the future of IPython<a class="headerlink" href="#jupyter-and-the-future-of-ipython" title="Permalink to this headline"></a></h1>
262252
<p>IPython is a growing project, with increasingly language-agnostic components.
263-
IPython 3.x will be the last monolithic release of IPython,
264-
containing the notebook server, qtconsole, etc. The language-agnostic parts of the project:
253+
IPython 3.x was the last monolithic release of IPython,
254+
containing the notebook server, qtconsole, etc.
255+
As of IPython 4.0, the language-agnostic parts of the project:
265256
the notebook format, message protocol, qtconsole, notebook web application, etc.
266-
will move to new projects under the name <a class="reference external" href="https://jupyter.org">Jupyter</a>.
267-
IPython itself will return to being focused on interactive Python,
268-
part of which will be providing a Python kernel for Jupyter.
269-
IPython 3.0 contains some indications of the project transition,
270-
including the logo in the notebook web UI being that of Jupyter.</p>
257+
have moved to new projects under the name <a class="reference external" href="https://jupyter.org">Jupyter</a>.
258+
IPython itself is focused on interactive Python,
259+
part of which is providing a Python kernel for Jupyter.</p>
271260
</div>
272261
<div class="section" id="announcements">
273262
<h1>Announcements<a class="headerlink" href="#announcements" title="Permalink to this headline"></a></h1>
274263
<ul class="simple">
264+
<li><strong>IPython 4.0</strong>: We are pleased to announce the availability of IPython 4.0,
265+
aka The Big Split, splitting the monolithic IPython repo into smaller subpackages.</li>
275266
<li><strong>IPython 3.0</strong>: We are pleased to announce the availability of IPython 3.0,
276267
a major new release featuring integrated support for multiple languages, along
277268
with lots of smaller new features and bugfixes.

install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<h3>Versions</h3>
101101

102102
<div class="tile"><h4>Stable</h4>
103-
3.2 &ndash; June 2015<br/>
103+
4.0 &ndash; August 2015<br/>
104104
<a href="#">Install</a>
105105
</div>
106106

107107
<div class="tile"><h4>Development</h4>
108-
4.0.dev<br/>
108+
4.1.dev<br/>
109109
<a href="https://github.com/ipython/ipython">GitHub</a>
110110
</div>
111111

microsoft-donation-2013.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@
100100
<h3>Versions</h3>
101101

102102
<div class="tile"><h4>Stable</h4>
103-
3.2 &ndash; June 2015<br/>
103+
4.0 &ndash; August 2015<br/>
104104
<a href="install.html">Install</a>
105105
</div>
106106

107107
<div class="tile"><h4>Development</h4>
108-
4.0.dev<br/>
108+
4.1.dev<br/>
109109
<a href="https://github.com/ipython/ipython">GitHub</a>
110110
</div>
111111

0 commit comments

Comments
 (0)