Skip to content

Commit 92b7089

Browse files
committed
Updated website (automated commit)
1 parent 88e9240 commit 92b7089

File tree

9 files changed

+52
-1238
lines changed

9 files changed

+52
-1238
lines changed
45.7 KB
Loading

_sources/faq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ See `the installation documentation <http://ipython.org/ipython-doc/stable/insta
5151

5252
The standard Python installation mechanisms (``setup.py``, ``pip`` or ``easy_install``) all work for installing IPython to use in a terminal. Windows users are best off installing `distribute <http://pypi.python.org/pypi/distribute>`_, then running the .exe installer, to create start menu shortcuts.
5353

54-
To use the notebook or the Qt console, it's easiest to install through a package manager, or download a Python distribution such as `Anaconda <https://store.continuum.io/cshop/anaconda>`_ or `EPD <http://www.enthought.com/products/epd.php>`_. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.
54+
To use the notebook or the Qt console, it's easiest to install through a package manager, or download a Python distribution such as `Anaconda <https://store.continuum.io/cshop/anaconda>`_ or `Enthought Canopy <https://www.enthought.com/downloads/>`_. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.

_sources/presentation.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ We have given a number of talks and presentations about IPython:
7878
---------
7979

8080
* A `talk <http://ipython.scipy.org/talks/0809_23andme_ipython.pdf>`__ at
81-
`23andMe <http://23andme.com>`__ where I spoke about ipython in general, with
81+
`23andMe <http://23andme.com>`__ where Fernando spoke about ipython in general, with
8282
some details about its facilities for distributed computing.
8383

8484
---------
@@ -135,18 +135,18 @@ We have given a number of talks and presentations about IPython:
135135
---------
136136

137137
* Two talks at SciPy'05: one about `parallel computing
138-
<http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_scipy05_parallel.pdf>`__
138+
<http://ipython.scipy.org/misc/scipy05_parallel.pdf>`__
139139
and one about `interactive notebooks
140-
<http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_scipy05_notebook.pdf>`__.
140+
<http://ipython.scipy.org/misc/ipython-notebooks-scipy05.pdf>`__.
141141

142142
-----------
143143
2004
144144
-----------
145145

146-
* A `talk <http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_scipy04.pdf>`__ at SciPy'04.
146+
* A `talk <http://ipython.scipy.org/misc/ipython_scipy04.pdf>`__ at SciPy'04.
147147

148148
-------
149149
2003
150150
-------
151151

152-
* An `overview of IPython <http://ipython.scipy.org/moin/About/Presentations?action=AttachFile&do=get&target=ipython_scipy03.pdf>`__ at SciPy'03.
152+
* An `overview of IPython <http://ipython.scipy.org/misc/ipython_scipy03.pdf>`__ at SciPy'03.

_sources/sponsors.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,17 @@ In December 2012, IPython was awarded a `$1.15 million grant
1717
<sloan-grant.html>`_ from the `Alfred P. Sloan Foundation`_ that will fund the
1818
core team for the 2013-2014 period.
1919

20+
.. image:: _static/RS_PoweredBy_OCC_logo-2c.png
21+
:target: http://www.rackspace.com
22+
:width: 400px
23+
24+
As of Summer 2013, `Rackspace <http://www.rackspace.com>`_ generously provides
25+
cloud hosting for the project. This is used for development and the hosting of
26+
IPython related services, such as the `IPython Notebook Viewer
27+
<http://nbviewer.ipython.org>`_. We thank Jesse Noller and Kyle Kelley at
28+
Rackspace for setting up this sponsorship and helping with deployment
29+
respectively.
30+
2031

2132
Contributing
2233
============
45.7 KB
Loading

0 commit comments

Comments
 (0)