Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a563ea8

Browse files
committed
Updated website (automated commit)
1 parent 4b3c99c commit a563ea8

14 files changed

Lines changed: 9816 additions & 161 deletions

_sources/index.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ older 0.10 series supports Python 2.5, and probably works well with 2.4.
2525
Announcements
2626
=============
2727

28+
- **IPython 0.12rc ready for testing**: We're almost ready to release the new
29+
IPython 0.12, that will include the first cut of our `web-based notebook
30+
<ipython-doc/dev/interactive/htmlnotebook.html>`_. Our release candidate is
31+
available for testing `in our download area
32+
<http://archive.ipython.org/testing/0.12.rc1>`_; we'd appreciate any reports
33+
of problems you encounter so we can make the final release as polished as
34+
possible. To report a bug you can use our `issue tracker on github
35+
<https://github.com/ipython/ipython/issues>`_.
36+
2837
- **Try IPython online**: If you want to check out IPython before installing it,
2938
you can now `test drive it <http://www.pythonanywhere.com/try-ipython/>`_ in
3039
a web browser. Thanks to `PythonAnywhere <http://www.pythonanywhere.com/>`_
@@ -122,3 +131,4 @@ We gratefully acknowledge the support we've received over the years:
122131
usersurvey2011
123132
whatsnew082
124133
whatsnew083
134+
searchresults

_sources/news.txt

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

5+
IPython 0.12rc ready for testing
6+
--------------------------------
7+
8+
We're almost ready to release the new IPython 0.12, that will include the first
9+
cut of our `web-based notebook
10+
<ipython-doc/dev/interactive/htmlnotebook.html>`_. Our release candidate is
11+
available for testing `in our download area
12+
<http://archive.ipython.org/testing/0.12.rc1>`_; we'd appreciate any reports of
13+
problems you encounter so we can make the final release as polished as
14+
possible. To report a bug you can use our `issue tracker on github
15+
<https://github.com/ipython/ipython/issues>`_.
16+
517
Try IPython online
618
------------------
719

_static/file.png

-80 Bytes
Loading

_static/jquery.js

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

_static/minus.png

-81 Bytes
Loading

_static/plus.png

-81 Bytes
Loading

_static/searchtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ var Search = {
489489
listItem.slideDown(5, function() {
490490
displayNextItem();
491491
});
492-
});
492+
}, "text");
493493
} else {
494494
// no source available, just display title
495495
Search.output.append(listItem);
-772 KB
Binary file not shown.

_static/underscore.js

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

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,11 @@ <h1>IPython: Productive Interactive Computing<a class="headerlink" href="#ipytho
179179
<div class="section" id="announcements">
180180
<h2>Announcements<a class="headerlink" href="#announcements" title="Permalink to this headline"></a></h2>
181181
<ul class="simple">
182+
<li><strong>IPython 0.12rc ready for testing</strong>: We&#8217;re almost ready to release the new
183+
IPython 0.12, that will include the first cut of our <a class="reference external" href="ipython-doc/dev/interactive/htmlnotebook.html">web-based notebook</a>. Our release candidate is
184+
available for testing <a class="reference external" href="http://archive.ipython.org/testing/0.12.rc1">in our download area</a>; we&#8217;d appreciate any reports
185+
of problems you encounter so we can make the final release as polished as
186+
possible. To report a bug you can use our <a class="reference external" href="https://github.com/ipython/ipython/issues">issue tracker on github</a>.</li>
182187
<li><strong>Try IPython online</strong>: If you want to check out IPython before installing it,
183188
you can now <a class="reference external" href="http://www.pythonanywhere.com/try-ipython/">test drive it</a> in
184189
a web browser. Thanks to <a class="reference external" href="http://www.pythonanywhere.com/">PythonAnywhere</a>

0 commit comments

Comments
 (0)