Skip to content

Commit b642eed

Browse files
committed
Updated website (automated commit) – Thursday, 15. January 2015 02:55PM
1 parent 2c94989 commit b642eed

34 files changed

+331
-259
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Build website
2+
3+
4+
use make to build the website in the `gh-pages` directory, use
5+
6+
```
7+
$ make gh-pages
8+
```
9+
10+
It will clone the built-website repository, built a new version in it, and auto-commit.
11+
Then prompt you to check that everything is fine before pushing. Of course you need
12+
to have the right to push.
13+
14+
15+
Additionally run `$ make linkcheck` if you have time to loose fixing old link.
16+
17+

_sources/documentation.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ IPython manual
88
* `Current Stable Version (2.x) <http://ipython.org/ipython-doc/stable/index.html>`_
99
* `Current Development Version <http://ipython.org/ipython-doc/dev/index.html>`_
1010

11+
You can download IPython documentation for offline use, and for all version of IPython on
12+
`GitHub <https://github.com/ipython/ipython-doc/tree/gh-pages>`.
13+
1114
`This introduction to some key features
1215
<http://ipython.org/ipython-doc/stable/interactive/tutorial.html>`_ is a good
1316
place to start if you haven't used IPython before.
@@ -25,11 +28,11 @@ Other useful documentation
2528
* `Videos and screencasts <videos.html>`_.
2629
* IPython `screenshots <screenshots/index.html>`_.
2730
* `IPython quick reference card
28-
<http://damontallen.github.io/IPython-quick-ref-sheets/>`_.
31+
<https://damontallen.github.io/IPython-quick-ref-sheets/>`_.
2932
* An `article about IPython
3033
<http://fperez.org/papers/ipython07_pe-gr_cise.pdf>`_, written by Fernando
3134
Perez and Brian Granger, published in the `May/June 2007 issue
32-
<http://cise.aip.org/dbt/dbt.jsp?KEY=CSENFA&amp;Volume=9&amp;Issue=3>`_ of
35+
<http://scitation.aip.org/content/aip/journal/cise/9/3>`_ of
3336
the journal *Computing in Science and Engineering*.
3437

3538
External documentation, related presentations and tutorials
@@ -52,14 +55,14 @@ know about it so we can post it here.
5255
to couple IPython's parallel capabilities with the `Vision
5356
<http://mgltools.scripps.edu>`_ environment. Vision is an extremely
5457
impressive visual programming environment developed by `Michel Sanner's
55-
<http://www.scripps.edu/~sanner>`_ team at the Scripps Institute in La Jolla,
58+
<http://www.scripps.edu/sanner>`_ team at the Scripps Institute in La Jolla,
5659
CA.
5760
* An `article
58-
<http://www.redhatmagazine.com/2008/02/07/python-for-bash-scripters-a-well-kept-secret>`__
61+
<http://magazine.redhat.com/2008/02/07/python-for-bash-scripters-a-well-kept-secret/>`__
5962
by Noah Gift on RedHat Magazine that covers using Python, and IPython, as a
6063
better Bash.
6164
* An `article
62-
<http://www.ibm.com/developerworks/aix/library/au-netsnmpnipython>`__ by Noah
65+
<https://www.ibm.com/developerworks/aix/library/au-netsnmpnipython>`__ by Noah
6366
Gift at the IBM Developer Works site, on using the Net-SNMP library to
6467
interactively explore and manage a network (the interactive part courtesy of
6568
IPython, of course).
@@ -68,13 +71,13 @@ know about it so we can post it here.
6871
about using IPython's GTK support to interactively control a `Pigment
6972
<https://code.fluendo.com/pigment/trac>`_ application. It also uses the
7073
IPython demo class.
71-
* An `article <http://www.linux.com/archive/feature/47635>`__ at Linux.com about
74+
* An `article <http://archive09.linux.com/feature/47635>`__ at Linux.com about
7275
IPython, by Conrad Koziol.
7376
* An `article <http://www.onlamp.com/pub/a/python/2005/01/27/ipython.html>`__ by
7477
Jeremy Jones at ONLamp.com, introducing IPython to new users and giving a
7578
tour of its features as a replacement for the default Python shell.
7679
* The O'Reilly book `"Python for Unix and Linux System Administration"
77-
<http://oreilly.com/catalog/9780596515829/>`_ has a chapter (the first, and
80+
<http://shop.oreilly.com/product/9780596515829.do>`_ has a chapter (the first, and
7881
largest one) on IPython. IPython is also used throughout the book to
7982
illustrate other Python technologies.
8083

@@ -91,8 +94,8 @@ please `provide a citation to IPython <citing.html>`_.
9194
.. footer::
9295

9396
These documents themselves are maintained as a `git repository
94-
<http://github.com/ipython/ipython-doc>`_ on GitHub, using the `GitHub
95-
project pages feature <http://pages.github.com/>`_.
97+
<https://github.com/ipython/ipython-doc>`_ on GitHub, using the `GitHub
98+
project pages feature <https://pages.github.com/>`_.
9699

97100

98101
.. _docs_all_releases:

_sources/faq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FAQ
33
===
44

5-
If your question isn't answered below, check `the docs <http://ipython.github.com/ipython-doc/>`_, then ask on the `user mailing list <http://projects.scipy.org/mailman/listinfo/ipython-user>`_.
5+
If your question isn't answered below, check `the docs <http://ipython.org/ipython-doc/>`_, then ask on the `mailing list <http://mail.scipy.org/mailman/listinfo/ipython-dev>`_.
66

77
.. contents::
88
:local:
@@ -49,6 +49,6 @@ What is the best way to install IPython?
4949

5050
See `the installation documentation <http://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself>`_ for full details.
5151

52-
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.
52+
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 <https://pypi.python.org/pypi/distribute>`_, then running the .exe installer, to create start menu shortcuts.
5353

5454
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/news.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ A new article about IPython at IBM Developer Works (Dec 12, 2007)
320320
-----------------------------------------------------------------
321321

322322
Noah Gift wrote a great `article
323-
<http://www.ibm.com/developerworks/aix/library/au-netsnmpnipython>`__ at the IBM
323+
<https://www.ibm.com/developerworks/aix/library/au-netsnmpnipython>`__ at the IBM
324324
Developer Works site, on using the Net-SNMP library to interactively explore
325325
and manage a network (the interactive part courtesy of IPython, of course).
326326

@@ -367,7 +367,7 @@ release of `PyReadline <pyreadline.html>`__] from the `download page
367367
Article about IPython in CiSE (May 2007)
368368
----------------------------------------
369369

370-
The `issue <http://cise.aip.org/dbt/dbt.jsp?KEY=CSENFA&Volume=9&Issue=3
370+
The `issue <http://scitation.aip.org/content/aip/journal/cise/9/3
371371
May/June 2007>`__ of the journal ''Computing in Science and Engineering'' was
372372
entirely devoted to Python in scientific computing. One of the `IPython
373373
<http://amath.colorado.edu/faculty/fperez/preprints/ipython-cise-final.pdf

_sources/presentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ We have given a number of talks and presentations about IPython:
115115
* An `article about IPython
116116
<http://amath.colorado.edu/faculty/fperez/preprints/ipython-cise-final.pdf>`__,
117117
written by Fernando Perez and Brian Granger, published in the `May/June 2007
118-
issue <http://cise.aip.org/dbt/dbt.jsp?KEY=CSENFA&Volume=9&Issue=3>`__ of the
118+
issue <http://scitation.aip.org/content/aip/journal/cise/9/3>`__ of the
119119
journal ''Computing in Science and Engineering''.
120120
* A `set of slides <http://ipython.scipy.org/talks/Trilinos-IPython.pdf>`__ by
121121
Bill Spotz, from Sandia National Labs, on using IPython to interactively use

_sources/pyreadline.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ where you can find binary installers and source downloads.
2929

3030
Mailing list
3131
------------
32-
Questions and bug reports can be directed to the `ipython-user <http://projects.scipy.org/mailman/listinfo/ipython-user>`_ mailing list.
32+
Questions and bug reports can be directed to the `ipython <http://projects.scipy.org/mailman/listinfo/ipython-dev>`_ mailing list.
3333

3434
Status and development
3535
----------------------

_sources/sponsors.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ In December 2012, IPython was awarded a `$1.15 million grant
1818
core team for the 2013-2014 period.
1919

2020
.. image:: _static/RS_PoweredBy_OCC_logo-2c.png
21-
:target: http://www.rackspace.com
21+
:target: https://developer.rackspace.com
2222
:width: 400px
2323

24-
As of Summer 2013, `Rackspace <http://www.rackspace.com>`_ generously provides
24+
As of Summer 2013, `Rackspace <https://developer.rackspace.com>`_ generously provides
2525
cloud hosting for the project. This is used for development and the hosting of
2626
IPython related services, such as the `IPython Notebook Viewer
2727
<http://nbviewer.ipython.org>`_. We thank Jesse Noller and Kyle Kelley at

_sources/videos.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ the Pybonacci_ blog:
4848
height="350" src="http://www.youtube.com/embed/H6dLGQw9yFQ" frameborder="0"
4949
allowfullscreen></iframe></div><br>
5050

51-
.. _Pybonacci: http://pybonacci.wordpress.com.
51+
.. _Pybonacci: http://pybonacci.org.
5252

5353
IPython in depth: high-productivity interactive and parallel python
5454
===================================================================

books.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<script type="text/javascript">
10+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
13+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1014

11-
var _gaq = _gaq || [];
12-
_gaq.push(['_setAccount', 'UA-38683231-1']);
13-
_gaq.push(['_trackPageview']);
14-
15-
(function() {
16-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
17-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
19-
})();
15+
ga('create', 'UA-38683231-1', 'auto');
16+
ga('send', 'pageview');
2017
</script>
2118
<title>Books &mdash; IPython</title>
2219

@@ -110,6 +107,11 @@ <h3>Versions</h3>
110107
<a href="https://github.com/ipython/ipython">GitHub</a>
111108
</div>
112109

110+
<div class="tile"><h4>Offline Docs</h4>
111+
All Versions<br/>
112+
<a href="https://github.com/ipython/ipython-doc/tree/gh-pages">GitHub</a>
113+
</div>
114+
113115
</div>
114116

115117

citing.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99
<script type="text/javascript">
10+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
11+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
12+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
13+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
1014

11-
var _gaq = _gaq || [];
12-
_gaq.push(['_setAccount', 'UA-38683231-1']);
13-
_gaq.push(['_trackPageview']);
14-
15-
(function() {
16-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
17-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
19-
})();
15+
ga('create', 'UA-38683231-1', 'auto');
16+
ga('send', 'pageview');
2017
</script>
2118
<title>Citing IPython &mdash; IPython</title>
2219

@@ -112,6 +109,11 @@ <h3>Versions</h3>
112109
<a href="https://github.com/ipython/ipython">GitHub</a>
113110
</div>
114111

112+
<div class="tile"><h4>Offline Docs</h4>
113+
All Versions<br/>
114+
<a href="https://github.com/ipython/ipython-doc/tree/gh-pages">GitHub</a>
115+
</div>
116+
115117
</div>
116118

117119

0 commit comments

Comments
 (0)