Skip to content

Commit a6c0c2a

Browse files
committed
Updated website (automated commit)
1 parent ebcf473 commit a6c0c2a

26 files changed

+276
-1109
lines changed

_sources/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ our `extensive documentation <documentation.html>`_. IPython is open source
5959
list if it uses IPython as a library, and please don't forget to :ref:`cite the
6060
project <citing>`.
6161

62-
IPython supports Python 2.6 to 2.7 and 3.1 or newer. Our older 0.10 series
62+
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

6565
.. raw:: html

_sources/notebook.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ use and configure the system. The `Notebook Gallery`_ showcases many
2727
interesting notebooks covering a variety of topics, from basic programming to
2828
advanced scientific computing.
2929

30-
31-
Here is a short demo of the notebook's basic features by the Pybonacci_ team:
32-
33-
.. raw:: html
34-
35-
<div align="center"> <iframe title="YouTube video player2" width="550"
36-
height="350" src="http://www.youtube.com/embed/H6dLGQw9yFQ" frameborder="0"
37-
allowfullscreen></iframe></div><br>
38-
39-
.. _Pybonacci: http://pybonacci.wordpress.com.
40-
4130
.. _example collection: https://github.com/ipython/ipython/tree/master/examples/notebooks#a-collection-of-notebooks-for-using-ipython-effectively
4231

4332
.. _documentation: http://ipython.org/ipython-doc/rel-0.13.1/interactive/htmlnotebook.html

_sources/videos.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,19 @@ interface.
3535
height="350" src="http://www.youtube.com/embed/26wgEsg9Mcc" frameborder="0"
3636
allowfullscreen></iframe></div><br>
3737

38-
3938
The IPython Notebook
4039
====================
4140

42-
A short (5 min) demonstration of the notebook's basic features by the team at
43-
the Pybonacci_ blog:
44-
41+
A quick introduction to the notebook running on Amazon with `StarCluster
42+
<http://web.mit.edu/star/cluster>`_ (8 min) by `Titus Brown
43+
<http://ivory.idyll.org/blog>`_.
44+
4545
.. raw:: html
4646

4747
<div align="center"> <iframe title="YouTube video player2" width="550"
48-
height="350" src="http://www.youtube.com/embed/H6dLGQw9yFQ" frameborder="0"
48+
height="350" src="http://www.youtube.com/embed/HaS4NXxL5Qc" frameborder="0"
4949
allowfullscreen></iframe></div><br>
5050

51-
.. _Pybonacci: http://pybonacci.wordpress.com.
52-
5351
IPython in depth: high-productivity interactive and parallel python
5452
===================================================================
5553

_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: #303030 } /* Generic.Output */
16+
.highlight .go { color: #333333 } /* 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: #0040D0 } /* Generic.Traceback */
20+
.highlight .gt { color: #0044DD } /* 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)