Skip to content

Commit baacb59

Browse files
committed
Updated website (automated commit)
1 parent b1f4cc6 commit baacb59

21 files changed

+10837
-166
lines changed

_static/ipy_0.13-large.png

785 KB
Loading

_static/jquery.js

Lines changed: 9255 additions & 143 deletions
Large diffs are not rendered by default.

_static/underscore.js

Lines changed: 807 additions & 23 deletions
Large diffs are not rendered by default.

citing.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Versions</h3>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

115+
115116
<div id="buttons">
116117
<div id="ohloh-use" style="margin-right: 25px; margin-top: -2px;">
117118
<script type="text/javascript"
@@ -132,6 +133,22 @@ <h3>Versions</h3>
132133
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
133134
})();
134135
</script>
136+
137+
<div class="sidebarblock">
138+
<h3>Donate</h3>
139+
140+
<div class="tile" id="donate">
141+
<h4>Support IPython</h4>
142+
143+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
144+
<input type="hidden" name="cmd" value="_s-xclick">
145+
<input type="hidden" name="hosted_button_id" value="SMCAHLP2ST42G">
146+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
147+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
148+
</form>
149+
</div>
150+
</div>
151+
135152
<div class="sidebarblock">
136153
<h3>Links</h3>
137154

documentation.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Versions</h3>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

115+
115116
<div id="buttons">
116117
<div id="ohloh-use" style="margin-right: 25px; margin-top: -2px;">
117118
<script type="text/javascript"
@@ -132,6 +133,22 @@ <h3>Versions</h3>
132133
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
133134
})();
134135
</script>
136+
137+
<div class="sidebarblock">
138+
<h3>Donate</h3>
139+
140+
<div class="tile" id="donate">
141+
<h4>Support IPython</h4>
142+
143+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
144+
<input type="hidden" name="cmd" value="_s-xclick">
145+
<input type="hidden" name="hosted_button_id" value="SMCAHLP2ST42G">
146+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
147+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
148+
</form>
149+
</div>
150+
</div>
151+
135152
<div class="sidebarblock">
136153
<h3>Links</h3>
137154

download.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Versions</h3>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

115+
115116
<div id="buttons">
116117
<div id="ohloh-use" style="margin-right: 25px; margin-top: -2px;">
117118
<script type="text/javascript"
@@ -132,6 +133,22 @@ <h3>Versions</h3>
132133
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
133134
})();
134135
</script>
136+
137+
<div class="sidebarblock">
138+
<h3>Donate</h3>
139+
140+
<div class="tile" id="donate">
141+
<h4>Support IPython</h4>
142+
143+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
144+
<input type="hidden" name="cmd" value="_s-xclick">
145+
<input type="hidden" name="hosted_button_id" value="SMCAHLP2ST42G">
146+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
147+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
148+
</form>
149+
</div>
150+
</div>
151+
135152
<div class="sidebarblock">
136153
<h3>Links</h3>
137154

download.rst.orig

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
~~~~~~~~
2+
Download
3+
~~~~~~~~
4+
5+
Stable releases
6+
---------------
7+
8+
You can download IPython from either `Github
9+
<http://github.com/ipython/ipython/downloads>`_ or `PyPI
10+
<http://pypi.python.org/pypi/ipython>`_. Those locations contain source
11+
distributions as well as binary Windows installers, which will be recognized by
12+
``easy_install`` and ``pip`` (for the source ones).
13+
14+
<<<<<<< HEAD
15+
The current stable release, version 0.13, can be downloaded directly as:
16+
17+
* A compressed source archive in `.tar.gz
18+
<http://archive.ipython.org/release/0.13/ipython-0.13.tar.gz>`__ or `.zip
19+
<http://archive.ipython.org/release/0.13/ipython-0.13.zip>`__ format.
20+
* An egg `for Python 2.6
21+
<http://archive.ipython.org/release/0.13/ipython-0.13-py2.6.egg>`__ or `for Python 2.7
22+
<http://archive.ipython.org/release/0.13/ipython-0.13-py2.7.egg>`__.
23+
* A binary Windows installer `for 32-bit Python
24+
<http://archive.ipython.org/release/0.13/ipython-0.13.win32.exe>`__ or
25+
`64-bit Python
26+
<http://archive.ipython.org/release/0.13/ipython-0.13.win-amd64.exe>`__.
27+
28+
This release of IPython can be installed in Python 2.6, 2.7, 3.1 and above.
29+
=======
30+
This release of IPython can be installed in Python 2.6, 2.7, 3.1, 3.2 and 3.3.
31+
>>>>>>> master
32+
33+
Note that most major Unix distributions now include IPython in their package
34+
systems (Ubuntu, Debian, Fedora, SUSE, fink, FreeBSD, OpenBSD,...). It is also
35+
available `on PyPI <http://pypi.python.org/pypi/ipython>`_, so it can be
36+
installed with tools such as ``easy_install`` and ``pip``.
37+
38+
Our `downloads archive <http://archive.ipython.org/release>`_ also contains all
39+
IPython releases.
40+
41+
Installation instructions
42+
-------------------------
43+
44+
Like most Python packages, IPython can be installed from source with the
45+
command ``python setup.py install``. Full installation instructions can be
46+
found in our official `documentation
47+
<http://ipython.org/ipython-doc/stable/install/install.html>`_.
48+
49+
Readline
50+
--------
51+
52+
In the text terminal, IPython relies on the readline library for features like
53+
tab completion.
54+
55+
* Most Linux distributions will have readline already.
56+
57+
* For Mac OS X, readline can be installed `from PyPI
58+
<http://pypi.python.org/pypi/readline>`_. The alternative (libedit) shipped
59+
with OS X is known to cause problems in IPython.
60+
61+
* Under Windows, the functionality is provided by the `PyReadline
62+
<pyreadline.html>`_ project, also hosted on this site.

faq.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Versions</h3>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

115+
115116
<div id="buttons">
116117
<div id="ohloh-use" style="margin-right: 25px; margin-top: -2px;">
117118
<script type="text/javascript"
@@ -132,6 +133,22 @@ <h3>Versions</h3>
132133
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
133134
})();
134135
</script>
136+
137+
<div class="sidebarblock">
138+
<h3>Donate</h3>
139+
140+
<div class="tile" id="donate">
141+
<h4>Support IPython</h4>
142+
143+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
144+
<input type="hidden" name="cmd" value="_s-xclick">
145+
<input type="hidden" name="hosted_button_id" value="SMCAHLP2ST42G">
146+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
147+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
148+
</form>
149+
</div>
150+
</div>
151+
135152
<div class="sidebarblock">
136153
<h3>Links</h3>
137154

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ <h3>Versions</h3>
111111
<a href="https://github.com/ipython/ipython">Github</a>
112112
</div>
113113

114+
114115
<div id="buttons">
115116
<div id="ohloh-use" style="margin-right: 25px; margin-top: -2px;">
116117
<script type="text/javascript"
@@ -131,6 +132,22 @@ <h3>Versions</h3>
131132
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
132133
})();
133134
</script>
135+
136+
<div class="sidebarblock">
137+
<h3>Donate</h3>
138+
139+
<div class="tile" id="donate">
140+
<h4>Support IPython</h4>
141+
142+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
143+
<input type="hidden" name="cmd" value="_s-xclick">
144+
<input type="hidden" name="hosted_button_id" value="SMCAHLP2ST42G">
145+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
146+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
147+
</form>
148+
</div>
149+
</div>
150+
134151
<div class="sidebarblock">
135152
<h3>Links</h3>
136153

index.rst.orig

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
IPython provides a rich toolkit to help you make the most out of using Python,
2+
with:
3+
4+
- Powerful Python shells (terminal and Qt-based).
5+
- A web-based notebook with the same core features but support for code, text,
6+
mathematical expressions, inline plots and other rich media.
7+
- Support for interactive data visualization and use of GUI toolkits.
8+
- Flexible, embeddable interpreters to load into your own projects.
9+
- Easy to use, high performance tools for parallel computing.
10+
11+
To learn more about IPython, you can watch our :ref:`videos and screencasts
12+
<videos>`, download our `talks and presentations <presentation.html>`_, or read
13+
our `extensive documentation <documentation.html>`_. IPython is open source
14+
(BSD license), and is used by a range of `other projects
15+
<http://wiki.ipython.org/Projects_using_IPython>`_; add your project to that
16+
list if it uses IPython as a library, and please don't forget to :ref:`cite the
17+
project <citing>`.
18+
19+
IPython supports Python 2.6 to 2.7 and 3.1 or newer. Our older 0.10 series
20+
supports Python 2.5, and can be used with Python 2.4.
21+
22+
.. image:: _static/ipy_0.12.png
23+
24+
Announcements
25+
=============
26+
27+
<<<<<<< HEAD
28+
- **IPython 0.13**: We're pleased to announce a major new release, IPython 0.13.
29+
Key changes include a redesigned IPython Notebook and the introduction of cell
30+
magic functions. `Download <download.html>`_ it now, or read more about
31+
`what's new <http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`_.
32+
=======
33+
- **IPython 0.13**: a major new release, made on June 30, 2012. This release,
34+
closed 1115 issues Github and comes with major improvements to the notebook
35+
and parallel computing APIs, a new cell magic system, unified interactive and
36+
parallel kernels, and `much, much more
37+
<http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`_.
38+
>>>>>>> master
39+
40+
- **IPython 0.12.1**: A bugfix-only release, that fixes over 70 issues, has
41+
been released on April 21, 2012. All users of IPython 0.12 are encouraged to
42+
upgrade to this version.
43+
44+
- **IPython tutorial at PyCon 2012**: Fernando Perez, Brian Granger and Min
45+
Ragan-Kelley will present an `in-depth tutorial about IPython
46+
<https://us.pycon.org/2012/schedule/presentation/121/>`_. Join us for a tour
47+
of IPython's architecture and hands-on examples on customization, embedding,
48+
effective uses of the various applications, the architecture of the web
49+
notebook and how to use IPython for parallel and distributed computing.
50+
<<<<<<< HEAD
51+
=======
52+
53+
- **IPython 0.12**: We're pleased to announce the release of IPython 0.12, a
54+
major new version. The highlight of this release is the `IPython Notebook
55+
<ipython-doc/stable/interactive/htmlnotebook.html>`_, an interactive Python
56+
interface running in the browser. `Download <download.html>`_ it now, or read
57+
more about `what's new <http://ipython.org/ipython-doc/rel-0.12/whatsnew/version0.12.html>`_.
58+
>>>>>>> master
59+
60+
`More news... <news.html>`_
61+
62+
.. _citing:
63+
64+
Citing IPython
65+
==============
66+
67+
Several of the authors of IPython are connected with academic and scientific
68+
research, so it is important for us to be able to show the impact of our work
69+
in other projects and fields.
70+
71+
If IPython contributes to a project that leads to a scientific publication,
72+
please acknowledge this fact by citing the project. You can use this
73+
`ready-made citation entry <citing.html>`_.
74+
75+
76+
Support
77+
=======
78+
79+
We gratefully acknowledge the support we've received over the years from the
80+
following sources:
81+
82+
- Since 2011, we have had support from the US DoD High Performance Computing
83+
Modernization Program (HPCMP_), which funds several IPython developers in
84+
collaboration with the US Army Engineer Research and Development Center
85+
(ERDC_) that provides computing resources and support from the staff.
86+
87+
- `Enthought Inc`_ has supported IPython since its beginning in multiple forms,
88+
including --but not limited to-- the funding of our Qt console, hosting our
89+
website for many years, the continued hosting of our mailing lists, and the
90+
inclusion of IPython in the `Enthought Python Distribution`_.
91+
92+
- NiPy_/NIH: funding via the NiPy project (NIH grant 5R01MH081909-02) supported
93+
our 2009 refactoring work.
94+
95+
- Sage_/NSF: funding via the grant `Sage: Unifying Mathematical Software for
96+
Scientists, Engineers, and Mathematicians
97+
<http://modular.math.washington.edu/grants/compmath09>`_ (NSF grant
98+
DMS-1015114) supported our Seattle 2011 developer meeting.
99+
100+
- Microsoft's team working on `Python Tools for Visual Studio
101+
<http://pytools.codeplex.com>`_ developed the integraton of IPython into the
102+
Python plugin for Visual Studio 2010.
103+
104+
- `Tech-X Corporation <http://txcorp.com>`__ supported in 2008 the development
105+
of our parallel computing tools.
106+
107+
- Google Summer of Code: in 2005 and 2010 we've had GSoC support for prototypes
108+
in several areas of the project.
109+
110+
- The Ohio Supercomputer Center and the Department of Defense High Performance
111+
Computing Modernization Program (HPCMP), for sponsoring work in 2009 on our
112+
parallel computing tools.
113+
114+
- `Bivio Software <http://www.bivio.biz>`_ hosted an IPython sprint in 2006, in
115+
addition to their support of the Front Range Pythoneers group in Boulder, CO.
116+
117+
- `GitHub <http://github.com/>`_ hosts our development workflow and
118+
documentation.
119+
120+
- `ShiningPanda <https://www.shiningpanda.com/>`_ gives us a free `continuous
121+
integration service <https://jenkins.shiningpanda.com/ipython/>`_.
122+
123+
.. _HPCMP: http://www.hpcmo.hpc.mil
124+
.. _ERDC: http://www.erdc.usace.army.mil
125+
.. _Enthought inc: http://enthought.com
126+
.. _Enthought Python Distribution: http://www.enthought.com/products/epd.php
127+
.. _nipy: http://nipy.org
128+
.. _sage: http://sagemath.org
129+
130+
.. toctree::
131+
:hidden:
132+
133+
citing
134+
documentation
135+
download
136+
faq
137+
news
138+
presentation
139+
pyreadline
140+
showmedo
141+
usersurvey2011
142+
videos
143+
whatsnew082
144+
whatsnew083
145+
searchresults

news.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ <h3>Versions</h3>
112112
<a href="https://github.com/ipython/ipython">Github</a>
113113
</div>
114114

115+
115116
<div id="buttons">
116117
<div id="ohloh-use" style="margin-right: 25px; margin-top: -2px;">
117118
<script type="text/javascript"
@@ -132,6 +133,22 @@ <h3>Versions</h3>
132133
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
133134
})();
134135
</script>
136+
137+
<div class="sidebarblock">
138+
<h3>Donate</h3>
139+
140+
<div class="tile" id="donate">
141+
<h4>Support IPython</h4>
142+
143+
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
144+
<input type="hidden" name="cmd" value="_s-xclick">
145+
<input type="hidden" name="hosted_button_id" value="SMCAHLP2ST42G">
146+
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
147+
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
148+
</form>
149+
</div>
150+
</div>
151+
135152
<div class="sidebarblock">
136153
<h3>Links</h3>
137154

0 commit comments

Comments
 (0)