Skip to content

Commit 1c9a277

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Friday, 30. September 2016 09:32PM
1 parent 1096ce5 commit 1c9a277

27 files changed

+173
-204
lines changed

_sources/documentation.txt

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,36 @@
22
Documentation
33
=============
44

5-
Current Documentation
6-
---------------------
5+
`IPython documentation <http://ipython.readthedocs.io/>`__ is now hosted on the
6+
*Read the Docs* service.
77

8-
IPython is developed as a set of Subprojects under the larger `Project Jupyter
9-
<http://jupyter.org>`_ umbrella. The documentation of each Subproject is now
10-
being hosted using the `Read the Docs <https://readthedocs.io/>`_ service:
8+
Other pieces
9+
------------
1110

12-
* `IPython <http://ipython.readthedocs.io/en/stable/>`_: documentation for the
13-
IPython kernel.
11+
Many pieces which were previously part of IPython were split out in version 4,
12+
and now have their own documentation.
1413

15-
* `ipyparallel Documentation <http://ipyparallel.readthedocs.io/en/stable>`_
16-
(formerly `IPython.Parallel` sub-package of IPython, now standalone).
14+
* `Jupyter <https://jupyter.readthedocs.io/en/latest>`_ includes:
1715

18-
* `Main Documentation Site for Jupyter and IPython
19-
<https://jupyter.readthedocs.io/en/latest>`_: umbrella site with
20-
documentation for all the Jupyter projects, including links to the IPython
21-
docs.
16+
- The `Jupyter notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`__
17+
and `notebook file format <http://nbformat.readthedocs.io/en/latest/format_description.html>`__
18+
- The `Jupyter Qt console <http://qtconsole.readthedocs.io/en/latest/>`__
19+
- The `kernel messaging protocol <http://jupyter-client.readthedocs.io/en/latest/messaging.html>`__
20+
- Many other components
21+
22+
* `ipyparallel <http://ipyparallel.readthedocs.io/en/stable>`_
23+
(formerly ``IPython.parallel``)
24+
* `ipykernel <http://ipykernel.readthedocs.io/en/latest/>`__ (minimal docs, only
25+
release notes for the ipykernel package)
26+
* `ipywidgets <http://ipywidgets.readthedocs.io/en/latest/>`__
27+
(formerly ``IPython.html.widgets``)
28+
* `Traitlets <http://traitlets.readthedocs.io/en/stable/>`__,
29+
the config system used by IPython and Jupyter
2230

2331
.. _docs_all_releases:
2432

25-
Documentation for previous releases
26-
-----------------------------------
33+
Documentation for older releases
34+
--------------------------------
2735

2836
* `3.x <http://ipython.org/ipython-doc/3/index.html>`__
2937
* `2.x <http://ipython.org/ipython-doc/2/index.html>`__

_sources/index.txt

Lines changed: 17 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,11 @@ IPython provides a rich architecture for interactive computing with:
1313

1414
.. _notebook: notebook.html
1515

16-
.. _qt-based: http://ipython.org/ipython-doc/stable/interactive/qtconsole.html
17-
1816
.. _gui toolkits: http://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support
1917

2018
.. _embeddable: http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython
2119

22-
.. _protocol: http://ipython.org/ipython-doc/stable/development/messaging.html
23-
24-
.. _parallel computing: http://ipython.org/ipython-doc/stable/parallel/parallel_intro.html
25-
26-
.. _Julia: https://github.com/JuliaLang/IJulia.jl
27-
28-
.. _Haskell: https://github.com/gibiansky/IHaskell
29-
30-
.. _cython: http://docs.cython.org/src/quickstart/build.html#using-the-ipython-notebook
31-
32-
.. _R: http://rpy.sourceforge.net/rpy2/doc-2.4/html/interactive.html#module-rpy2.ipython.rmagic
33-
34-
.. _Octave: http://nbviewer.ipython.org/github/blink1073/oct2py/blob/master/example/octavemagic_extension.ipynb
35-
36-
.. _Bash, Perl or Ruby: http://nbviewer.ipython.org/github/ipython/ipython/blob/master/examples/IPython%20Kernel/Script%20Magics.ipynb
20+
.. _parallel computing: https://ipyparallel.readthedocs.io/en/latest/
3721

3822
To get started with IPython in the Jupyter Notebook, see our `official example
3923
collection`_. Our `notebook gallery`__ is an excellent way to see the many
@@ -44,8 +28,8 @@ basic programming to advanced statistics or quantum mechanics.
4428

4529
.. __: https://github.com/ipython/ipython/wiki/A-gallery-of-interesting-IPython-Notebooks
4630

47-
To learn more about IPython, you can watch our :ref:`videos and screencasts
48-
<videos>`, download our `talks and presentations <presentation.html>`_, or read
31+
To learn more about IPython, you can download our :doc:`talks and presentations
32+
<presentation>`, or read
4933
our `extensive documentation <documentation.html>`_. IPython is open source
5034
(BSD license), and is used by a range of `other projects
5135
<https://github.com/ipython/ipython/wiki/Projects-using-IPython>`_; add your project to that
@@ -74,27 +58,27 @@ part of which is providing a Python kernel for Jupyter.
7458
Announcements
7559
=============
7660

61+
- **IPython 5.0**: The release of IPython 5.0 brings a major revision of the
62+
terminal interface, including syntax highlighting as you type and better
63+
multiline editing, thanks to the ``prompt_toolkit`` library. See the
64+
`release notes <http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-0>`__
65+
for more about the new features.
66+
7767
- **Book**: Cyrille Rossant has published the second edition of the IPython minibook:
7868
`Learning IPython for Interactive Computing and Data Visualization
7969
<books.html>`_,
8070
for which `Damian Avila <https://github.com/damianavila>`_ was a technical
8171
reviewer. We thank Packt Publishing for donating a portion of the proceeds
8272
from this book to support IPython's development.
8373

84-
- **IPython/Jupyter is hiring postdocs**: the project has `two
85-
postdoctoral positions open at UC Berkeley <http://blog.jupyter.org/2015/11/19/project-jupyter-is-hiring-two-postdoctoral-fellows-uc-berkeley>`_.
86-
8774
- **IPython 4.0**: We are pleased to announce the availability of IPython 4.0,
8875
aka The Big Split, splitting the monolithic IPython repo into smaller subpackages.
8976

90-
- **IPython 3.0**: We are pleased to announce the availability of IPython 3.0,
91-
a major new release featuring integrated support for multiple languages, along
92-
with lots of smaller new features and bugfixes.
93-
`Install <install.html>`__ it now, or read about the changes in
94-
the `release notes
95-
<http://ipython.org/ipython-doc/3/whatsnew/version3.html>`__.
96-
97-
- **Book**: Cyrille Rossant has published the `IPython Interactive Computing and Visualization Cookbook <books.html>`_, an advanced-level guide to IPython for data science, and the sequel of his previous book on IPython. We thank Packt Publishing for donating a portion of the proceeds from this book to support IPython's development.
77+
- **Book**: Cyrille Rossant has published the `IPython Interactive Computing and
78+
Visualization Cookbook <books.html>`_, an advanced-level guide to IPython for
79+
data science, and the sequel of his previous book on IPython. We thank Packt
80+
Publishing for donating a portion of the proceeds from this book to support
81+
IPython's development.
9882

9983
- **O'Reilly Book**: `Mining the Social Web <http://MiningTheSocialWeb.com>`_
10084
is an open source data science project and `book <http://amzn.to/GPd59m>`_
@@ -105,39 +89,6 @@ Announcements
10589
<http://nbviewer.ipython.org/github/ptwobrussell/Mining-the-Social-Web-2nd-E
10690
dition/tree/master/ipynb/>`_.
10791

108-
109-
- **Microsoft donates $100,000 to IPython**: in August 2013, Microsoft
110-
`contributed $100,000 <microsoft-donation-2013.html>`_ to support the
111-
continued development of IPython.
112-
113-
- **Book**: Cyrille Rossant has published the first IPython-focused book:
114-
`Learning IPython for Interactive Computing and Data Visualization
115-
<books.html>`_,
116-
for which `Matthias Bussonnier <https://github.com/Carreau>`_ was a technical
117-
reviewer. We thank Packt Publishing for donating a portion of the proceeds
118-
from this book to support IPython's development.
119-
120-
- **FSF Award**: Fernando Perez was awarded the `2012 Award for the Advancement
121-
of Free Software
122-
<http://www.fsf.org/news/2012-free-software-award-winners-announced-2>`__ for
123-
the creation of IPython and his work in the Scientific Python community.
124-
`More
125-
details <http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software>`_.
126-
127-
- **Roadmap to 1.0 and beyond**: IPython 1.0 is coming mid-July 2013. See the
128-
`grant <sloan-grant.html>`_ which is funding the bulk of the work, as well as
129-
our roadmap_ for achieving the grant's objectives. `Read on for more details
130-
<roadmap-announcement.html>`_.
131-
132-
- **Sloan Foundation grant**: IPython has been awarded a $1.15 million grant
133-
from the `Alfred P. Sloan Foundation`_. This will
134-
support several core developers, allowing them to focus on building the
135-
IPython Notebook into a tool for open, collaborative, reproducible scientific
136-
computing. We'll also be bringing developers together for two sprints each
137-
year in California. `See more details. <sloan-grant.html>`_
138-
139-
.. _roadmap: https://github.com/ipython/ipython/wiki/Roadmap:-IPython
140-
14192
`More news... <news.html>`_
14293

14394
.. _citing:
@@ -157,6 +108,7 @@ please acknowledge this fact by citing the project. You can use this
157108
.. toctree::
158109
:hidden:
159110

111+
books
160112
citing
161113
documentation
162114
donate
@@ -166,15 +118,14 @@ please acknowledge this fact by citing the project. You can use this
166118
news
167119
notebook
168120
presentation
121+
project
169122
pyreadline
170123
roadmap-announcement
171124
searchresults
172-
showmedo
125+
security
173126
sloan-grant
174-
sponsors
175127
usersurvey2011
176128
usersurvey2013
177-
videos
178129
whatsnew082
179130
whatsnew083
180131

_sources/news.txt

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

5+
IPython 5.1
6+
-----------
7+
8+
IPython 5.1 was released on August 13th, 2016. This is primarily a bugfix
9+
release, with some small new features. See the `release notes <http://ipython.readthedocs.io/en/stable/whatsnew/version5.html#ipython-5-1>`__
10+
for more details.
11+
512
New edition of the IPython minibook
613
-----------------------------------
714

books.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ga('create', 'UA-38683231-1', 'auto');
1616
ga('send', 'pageview');
1717
</script>
18-
<title>Books &mdash; IPython</title>
18+
<title>Books &#8212; IPython</title>
1919

2020
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -35,7 +35,9 @@
3535
<script type="text/javascript" src="_static/underscore.js"></script>
3636
<script type="text/javascript" src="_static/doctools.js"></script>
3737
<link rel="shortcut icon" href="_static/favicon.ico"/>
38-
<link rel="top" title="IPython" href="index.html" />
38+
<link rel="top" title="IPython" href="index.html" />
39+
<link rel="next" title="Citing IPython" href="citing.html" />
40+
<link rel="prev" title="Jupyter and the future of IPython" href="index.html" />
3941
</head>
4042
<body role="document">
4143
<!-- Flipcause integration: -->
@@ -301,8 +303,8 @@ <h2>IPython Minibook<a class="headerlink" href="#ipython-minibook" title="Permal
301303
<div class="footer-wrapper">
302304

303305
<div class="footer" role="contentinfo">
304-
&copy; Copyright the IPython development team.
305-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.4.
306+
&#169; Copyright the IPython development team.
307+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
306308
</div>
307309
</div>
308310

citing.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ga('create', 'UA-38683231-1', 'auto');
1616
ga('send', 'pageview');
1717
</script>
18-
<title>Citing IPython &mdash; IPython</title>
18+
<title>Citing IPython &#8212; IPython</title>
1919

2020
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -37,7 +37,7 @@
3737
<link rel="shortcut icon" href="_static/favicon.ico"/>
3838
<link rel="top" title="IPython" href="index.html" />
3939
<link rel="next" title="Documentation" href="documentation.html" />
40-
<link rel="prev" title="Jupyter and the future of IPython" href="index.html" />
40+
<link rel="prev" title="Books" href="books.html" />
4141
</head>
4242
<body role="document">
4343
<!-- Flipcause integration: -->
@@ -304,8 +304,8 @@ <h1>Citing IPython<a class="headerlink" href="#citing-ipython" title="Permalink
304304
<div class="footer-wrapper">
305305

306306
<div class="footer" role="contentinfo">
307-
&copy; Copyright the IPython development team.
308-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.4.
307+
&#169; Copyright the IPython development team.
308+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
309309
</div>
310310
</div>
311311

documentation.html

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ga('create', 'UA-38683231-1', 'auto');
1616
ga('send', 'pageview');
1717
</script>
18-
<title>Documentation &mdash; IPython</title>
18+
<title>Documentation &#8212; IPython</title>
1919

2020
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -264,22 +264,33 @@ <h4>Support IPython</h4>
264264

265265
<div class="section" id="documentation">
266266
<h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline"></a></h1>
267-
<div class="section" id="current-documentation">
268-
<h2>Current Documentation<a class="headerlink" href="#current-documentation" title="Permalink to this headline"></a></h2>
269-
<p>IPython is developed as a set of Subprojects under the larger <a class="reference external" href="http://jupyter.org">Project Jupyter</a> umbrella. The documentation of each Subproject is now
270-
being hosted using the <a class="reference external" href="https://readthedocs.io/">Read the Docs</a> service:</p>
267+
<p><a class="reference external" href="http://ipython.readthedocs.io/">IPython documentation</a> is now hosted on the
268+
<em>Read the Docs</em> service.</p>
269+
<div class="section" id="other-pieces">
270+
<h2>Other pieces<a class="headerlink" href="#other-pieces" title="Permalink to this headline"></a></h2>
271+
<p>Many pieces which were previously part of IPython were split out in version 4,
272+
and now have their own documentation.</p>
271273
<ul class="simple">
272-
<li><a class="reference external" href="http://ipython.readthedocs.io/en/stable/">IPython</a>: documentation for the
273-
IPython kernel.</li>
274-
<li><a class="reference external" href="http://ipyparallel.readthedocs.io/en/stable">ipyparallel Documentation</a>
275-
(formerly <cite>IPython.Parallel</cite> sub-package of IPython, now standalone).</li>
276-
<li><a class="reference external" href="https://jupyter.readthedocs.io/en/latest">Main Documentation Site for Jupyter and IPython</a>: umbrella site with
277-
documentation for all the Jupyter projects, including links to the IPython
278-
docs.</li>
274+
<li><a class="reference external" href="https://jupyter.readthedocs.io/en/latest">Jupyter</a> includes:<ul>
275+
<li>The <a class="reference external" href="http://jupyter-notebook.readthedocs.io/en/latest/">Jupyter notebook</a>
276+
and <a class="reference external" href="http://nbformat.readthedocs.io/en/latest/format_description.html">notebook file format</a></li>
277+
<li>The <a class="reference external" href="http://qtconsole.readthedocs.io/en/latest/">Jupyter Qt console</a></li>
278+
<li>The <a class="reference external" href="http://jupyter-client.readthedocs.io/en/latest/messaging.html">kernel messaging protocol</a></li>
279+
<li>Many other components</li>
280+
</ul>
281+
</li>
282+
<li><a class="reference external" href="http://ipyparallel.readthedocs.io/en/stable">ipyparallel</a>
283+
(formerly <code class="docutils literal"><span class="pre">IPython.parallel</span></code>)</li>
284+
<li><a class="reference external" href="http://ipykernel.readthedocs.io/en/latest/">ipykernel</a> (minimal docs, only
285+
release notes for the ipykernel package)</li>
286+
<li><a class="reference external" href="http://ipywidgets.readthedocs.io/en/latest/">ipywidgets</a>
287+
(formerly <code class="docutils literal"><span class="pre">IPython.html.widgets</span></code>)</li>
288+
<li><a class="reference external" href="http://traitlets.readthedocs.io/en/stable/">Traitlets</a>,
289+
the config system used by IPython and Jupyter</li>
279290
</ul>
280291
</div>
281-
<div class="section" id="documentation-for-previous-releases">
282-
<span id="docs-all-releases"></span><h2>Documentation for previous releases<a class="headerlink" href="#documentation-for-previous-releases" title="Permalink to this headline"></a></h2>
292+
<div class="section" id="documentation-for-older-releases">
293+
<span id="docs-all-releases"></span><h2>Documentation for older releases<a class="headerlink" href="#documentation-for-older-releases" title="Permalink to this headline"></a></h2>
283294
<ul class="simple">
284295
<li><a class="reference external" href="http://ipython.org/ipython-doc/3/index.html">3.x</a></li>
285296
<li><a class="reference external" href="http://ipython.org/ipython-doc/2/index.html">2.x</a></li>
@@ -311,8 +322,8 @@ <h2>Current Documentation<a class="headerlink" href="#current-documentation" tit
311322
<div class="footer-wrapper">
312323

313324
<div class="footer" role="contentinfo">
314-
&copy; Copyright the IPython development team.
315-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.4.
325+
&#169; Copyright the IPython development team.
326+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
316327
</div>
317328
</div>
318329

donate.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ga('create', 'UA-38683231-1', 'auto');
1616
ga('send', 'pageview');
1717
</script>
18-
<title>Support IPython Development &mdash; IPython</title>
18+
<title>Support IPython Development &#8212; IPython</title>
1919

2020
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -312,8 +312,8 @@ <h1>Support IPython Development<a class="headerlink" href="#support-ipython-deve
312312
<div class="footer-wrapper">
313313

314314
<div class="footer" role="contentinfo">
315-
&copy; Copyright the IPython development team.
316-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.4.
315+
&#169; Copyright the IPython development team.
316+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
317317
</div>
318318
</div>
319319

faq.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ga('create', 'UA-38683231-1', 'auto');
1616
ga('send', 'pageview');
1717
</script>
18-
<title>FAQ &mdash; IPython</title>
18+
<title>FAQ &#8212; IPython</title>
1919

2020
<link rel="stylesheet" href="_static/agogo.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -328,8 +328,8 @@ <h2>What is the best way to install IPython?<a class="headerlink" href="#what-is
328328
<div class="footer-wrapper">
329329

330330
<div class="footer" role="contentinfo">
331-
&copy; Copyright the IPython development team.
332-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.4.
331+
&#169; Copyright the IPython development team.
332+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.4.6.
333333
</div>
334334
</div>
335335

0 commit comments

Comments
 (0)