Skip to content

Commit 9dbdda0

Browse files
committed
Updated website (automated commit)
1 parent 8b7e62c commit 9dbdda0

26 files changed

+1427
-169
lines changed

_sources/index.txt

Lines changed: 40 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,45 @@ project <citing>`.
6262
IPython supports Python 2.6 to 2.7 and 3.2 or newer. Our older 0.10 series
6363
supports Python 2.5, and can be used with Python 2.4.
6464

65+
Announcements
66+
=============
67+
68+
- **Book**: Cyrille Rossant has published the first IPython-focused book:
69+
`Learning IPython for Interactive Computing and Data Visualization
70+
<http://www.packtpub.com/learning-ipython-for-interactive-computing-and-data-visualization/book>`_,
71+
for which `Matthias Bussonnier <https://github.com/Carreau>`_ was a technical
72+
reviewer. We thank Packt Publishing for donating a portion of the proceeds
73+
from this book to support IPython's development.
74+
75+
- **FSF Award**: Fernando Perez was awarded the `2012 Award for the Advancement
76+
of Free Software
77+
<http://www.fsf.org/news/2012-free-software-award-winners-announced-2>`__ for
78+
the creation of IPython and his work in the Scientific Python community.
79+
`More
80+
details <http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software>`_.
81+
82+
- **IPython tutorial at PyCon 2013**: Fernando Perez, Brian Granger and Min
83+
Ragan-Kelley presented `in-depth tutorial about IPython
84+
<http://pyvideo.org/video/1652/ipython-in-depth-high-productivity-interactive-a-0>`_.
85+
It covers IPython's architecture and hands-on examples on customization,
86+
embedding, effective uses of the various applications, the architecture of
87+
the web notebook and how to use IPython for parallel and distributed
88+
computing.
89+
90+
- **Roadmap to 1.0 and beyond**: IPython 1.0 is coming mid-July 2013. See the
91+
grant_ which is funding the bulk of the work, as well as our roadmap_ for
92+
achieving the grant's objectives.
93+
`Read on for more details <roadmap-announcement.html>`_.
94+
95+
- **Sloan Foundation grant**: IPython has been awarded a $1.15 million grant
96+
from the `Alfred P. Sloan Foundation`_. This will
97+
support several core developers, allowing them to focus on building the
98+
IPython Notebook into a tool for open, collaborative, reproducible scientific
99+
computing. We'll also be bringing developers together for two sprints each
100+
year in California. `See more details. <sloan-grant.html>`_
101+
102+
`More news... <news.html>`_
103+
65104
.. raw:: html
66105

67106
<h1>John Hunter (1968-2012)</h1>
@@ -91,44 +130,6 @@ supports Python 2.5, and can be used with Python 2.4.
91130
</tbody>
92131
</table>
93132

94-
Announcements
95-
=============
96-
97-
- **Roadmap to 1.0 and beyond**: IPython 1.0 is coming mid-July 2013. See the
98-
grant_ which is funding the bulk of the work, as well as our roadmap_ for
99-
achieving the grant's objectives.
100-
`Read on for more details <roadmap-announcement.html>`_.
101-
102-
- **Sloan Foundation grant**: IPython has been awarded a $1.15 million grant
103-
from the `Alfred P. Sloan Foundation`_. This will
104-
support several core developers, allowing them to focus on building the
105-
IPython Notebook into a tool for open, collaborative, reproducible scientific
106-
computing. We'll also be bringing developers together for two sprints each
107-
year in California. `See more details. <sloan-grant.html>`_
108-
109-
- **IPython 0.13.1**: minor bugfix release for 0.13, on October 20, 2012.
110-
This release includes 41 Pull Requests and closing 21 Issues backported from 0.14-dev,
111-
including significant fixes for ipcluster and Python 3.3 compatibility
112-
(`details <http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`_).
113-
114-
- **IPython 0.13**: a major new release, made on June 30, 2012. This release,
115-
closed 1115 issues Github and comes with major improvements to the notebook
116-
and parallel computing APIs, a new cell magic system, unified interactive and
117-
parallel kernels, and `much, much more
118-
<http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`_.
119-
120-
- **IPython 0.12.1**: A bugfix-only release, that fixes over 70 issues, has
121-
been released on April 21, 2012. All users of IPython 0.12 are encouraged to
122-
upgrade to this version.
123-
124-
- **IPython tutorial at PyCon 2012**: Fernando Perez, Brian Granger and Min
125-
Ragan-Kelley will present an `in-depth tutorial about IPython
126-
<https://us.pycon.org/2012/schedule/presentation/121/>`_. Join us for a tour
127-
of IPython's architecture and hands-on examples on customization, embedding,
128-
effective uses of the various applications, the architecture of the web
129-
notebook and how to use IPython for parallel and distributed computing.
130-
131-
`More news... <news.html>`_
132133

133134
.. _citing:
134135

@@ -150,7 +151,7 @@ Support
150151
We gratefully acknowledge the support we've received over the years from the
151152
following sources:
152153

153-
- In December 2011, IPython was awarded a `$1.15 million grant
154+
- In December 2012, IPython was awarded a `$1.15 million grant
154155
<sloan-grant.html>`_ from the `Alfred P. Sloan Foundation`_ that will fund
155156
the core team for the 2012-2013 period.
156157

_sources/news.txt

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

5+
The first IPython book
6+
----------------------
7+
8+
In May 2013, Cyrille Rossant published the first IPython-focused book:
9+
`Learning IPython for Interactive Computing and Data Visualization
10+
<http://www.packtpub.com/learning-ipython-for-interactive-computing-and-data-visualization/book>`_,
11+
for which `Matthias Bussonnier <https://github.com/Carreau>`_ was a technical
12+
reviewer. We thank Packt Publishing for donating a portion of the proceeds from
13+
this book to support IPython's development.
14+
15+
FSF Award
16+
---------
17+
18+
On March 23 2013, Fernando Perez was awarded the `2012 Award for the
19+
Advancement of Free Software
20+
<http://www.fsf.org/news/2012-free-software-award-winners-announced-2>`__ for
21+
the creation of IPython and his work in the Scientific Python community. More
22+
details are available in `this profile
23+
<http://vcresearch.berkeley.edu/news/wresting-new-tricks-python-fernando-perez-wins-2012-award-advancement-free-software>`_
24+
from UC Berkeley.
25+
26+
PyCon 2013 Tutorial
27+
-------------------
28+
29+
Fernando Perez, Brian Granger and Min Ragan-Kelley presented `in-depth tutorial
30+
about IPython
31+
<http://pyvideo.org/video/1652/ipython-in-depth-high-productivity-interactive-a-0>`_. It covers IPython's architecture and hands-on examples on customization,
32+
embedding, effective uses of the various applications, the architecture of the
33+
web notebook and how to use IPython for parallel and distributed computing.
34+
535
IPython 0.13.2
636
--------------
737

_sources/videos.txt

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Videos and Screencasts
55
========================
66

7-
Science And Python: retrospective of a (mostly) successful decade
7+
Science and Python: retrospective of a (mostly) successful decade
88
=================================================================
99

1010
A historical view of the co-evolution of IPython and the scientific Python
@@ -53,17 +53,14 @@ the Pybonacci_ blog:
5353
IPython in depth: high-productivity interactive and parallel python
5454
===================================================================
5555

56-
A long and detailed tutorial (3:14h) presented at PyCon 2012 by `Fernando
57-
Perez`_, `Brian Granger`_ and `Min Ragan-Kelley`_ (PDF slides for the
58-
`introduction
59-
<http://archive.ipython.org/media/PyCon2012-IPythonTutorial-Intro.pdf>`_ and
60-
for the `notebook
61-
<http://archive.ipython.org/media/PyCon2012-IPythonTutorial-Notebook.pdf>`_.
56+
A long and detailed tutorial (2:48h) presented at PyCon 2013 by `Fernando
57+
Perez`_, `Brian Granger`_ and `Min Ragan-Kelley`_ (all materials are `available
58+
on github <https://github.com/ipython/ipython-in-depth>`_).
6259

6360
.. raw:: html
6461

6562
<div align="center"> <iframe title="YouTube video player2" width="550"
66-
height="350" src="http://www.youtube.com/embed/2G5YTlheCbw" frameborder="0"
63+
height="350" src="http://www.youtube.com/embed/bP8ydKBCZiY" frameborder="0"
6764
allowfullscreen></iframe></div><br>
6865

6966
.. _Fernando Perez: http://fperez.org
@@ -74,6 +71,13 @@ for the `notebook
7471
More videos and screencasts
7572
===========================
7673

74+
* The `Pycon 2012 edition
75+
<http://pyvideo.org/video/640/ipython-python-at-your-fingertips>`_ of the
76+
IPython in-depth tutorial (PDF slides for the `introduction
77+
<http://archive.ipython.org/media/PyCon2012-IPythonTutorial-Intro.pdf>`_ and
78+
for the `notebook
79+
<http://archive.ipython.org/media/PyCon2012-IPythonTutorial-Notebook.pdf>`_).
80+
7781
* Kurt Schwehr has an `excellent set of videos up on YouTube
7882
<http://www.youtube.com/playlist?list=PL7E11B34616530F5E&feature=plcp>`__
7983
that describe the use of Python as a research tool. These were made as part

_static/ipython-book.jpg

62.4 KB
Loading

_static/pygments.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
.highlight .gr { color: #FF0000 } /* Generic.Error */
1414
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
1515
.highlight .gi { color: #00A000 } /* Generic.Inserted */
16-
.highlight .go { color: #333333 } /* Generic.Output */
16+
.highlight .go { color: #303030 } /* Generic.Output */
1717
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
1818
.highlight .gs { font-weight: bold } /* Generic.Strong */
1919
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
20-
.highlight .gt { color: #0044DD } /* Generic.Traceback */
20+
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
2121
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
2222
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
2323
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */

0 commit comments

Comments
 (0)