Skip to content

Commit 4ab5f07

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Monday, 23. July 2018 04:48PM
1 parent 7a13071 commit 4ab5f07

32 files changed

+118
-118
lines changed

_sources/citing.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ a BibTex and a plaintext reference you can use::
1717
Pages = {21--29},
1818
month = may,
1919
year = 2007,
20-
url = "http://ipython.org",
20+
url = "https://ipython.org",
2121
ISSN = "1521-9615",
2222
doi = {10.1109/MCSE.2007.53},
2323
publisher = {IEEE Computer Society},
@@ -27,6 +27,6 @@ or in plaintext:
2727

2828
Fernando Pérez, Brian E. Granger, *IPython: A System for Interactive
2929
Scientific Computing*, Computing in Science and Engineering, vol. 9, no. 3,
30-
pp. 21-29, May/June 2007, doi:10.1109/MCSE.2007.53. URL: http://ipython.org
30+
pp. 21-29, May/June 2007, doi:10.1109/MCSE.2007.53. URL: https://ipython.org
3131

3232
Thank you!

_sources/documentation.rst.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ and now have their own documentation.
3333
Documentation for older releases
3434
--------------------------------
3535

36-
* `3.x <http://ipython.org/ipython-doc/3/index.html>`__
37-
* `2.x <http://ipython.org/ipython-doc/2/index.html>`__
38-
* `1.x <http://ipython.org/ipython-doc/1/index.html>`__
39-
* `0.13.2 <http://ipython.org/ipython-doc/rel-0.13.2/index.html>`__
40-
* `0.13.1 <http://ipython.org/ipython-doc/rel-0.13.1/index.html>`__
41-
* `0.13 <http://ipython.org/ipython-doc/rel-0.13/index.html>`__
42-
* `0.12.1 <http://ipython.org/ipython-doc/rel-0.12.1/index.html>`__
43-
* `0.12 <http://ipython.org/ipython-doc/rel-0.12/index.html>`__
44-
* 0.11: `HTML <http://ipython.org/ipython-doc/rel-0.11/index.html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.11/ipython.pdf>`__.
45-
* 0.10.2: `HTML <http://ipython.org/ipython-doc/rel-0.10.2/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.10.2/ipython.pdf>`__.
46-
* 0.10.1: `HTML <http://ipython.org/ipython-doc/rel-0.10.1/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.10.1/ipython.pdf>`__.
47-
* 0.10: `HTML <http://ipython.org/ipython-doc/rel-0.10/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.10/ipython.pdf>`__.
48-
* 0.9.1: `HTML <http://ipython.org/ipython-doc/rel-0.9.1/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.9.1/ipython.pdf>`__.
49-
* 0.9: `HTML <http://ipython.org/ipython-doc/rel-0.9/html>`__ and `PDF <http://ipython.org/ipython-doc/rel-0.9/ipython.pdf>`__.
36+
* `3.x <https://ipython.org/ipython-doc/3/index.html>`__
37+
* `2.x <https://ipython.org/ipython-doc/2/index.html>`__
38+
* `1.x <https://ipython.org/ipython-doc/1/index.html>`__
39+
* `0.13.2 <https://ipython.org/ipython-doc/rel-0.13.2/index.html>`__
40+
* `0.13.1 <https://ipython.org/ipython-doc/rel-0.13.1/index.html>`__
41+
* `0.13 <https://ipython.org/ipython-doc/rel-0.13/index.html>`__
42+
* `0.12.1 <https://ipython.org/ipython-doc/rel-0.12.1/index.html>`__
43+
* `0.12 <https://ipython.org/ipython-doc/rel-0.12/index.html>`__
44+
* 0.11: `HTML <https://ipython.org/ipython-doc/rel-0.11/index.html>`__ and `PDF <https://ipython.org/ipython-doc/rel-0.11/ipython.pdf>`__.
45+
* 0.10.2: `HTML <https://ipython.org/ipython-doc/rel-0.10.2/html>`__ and `PDF <https://ipython.org/ipython-doc/rel-0.10.2/ipython.pdf>`__.
46+
* 0.10.1: `HTML <https://ipython.org/ipython-doc/rel-0.10.1/html>`__ and `PDF <https://ipython.org/ipython-doc/rel-0.10.1/ipython.pdf>`__.
47+
* 0.10: `HTML <https://ipython.org/ipython-doc/rel-0.10/html>`__ and `PDF <https://ipython.org/ipython-doc/rel-0.10/ipython.pdf>`__.
48+
* 0.9.1: `HTML <https://ipython.org/ipython-doc/rel-0.9.1/html>`__ and `PDF <https://ipython.org/ipython-doc/rel-0.9.1/ipython.pdf>`__.
49+
* 0.9: `HTML <https://ipython.org/ipython-doc/rel-0.9/html>`__ and `PDF <https://ipython.org/ipython-doc/rel-0.9/ipython.pdf>`__.

_sources/faq.rst.txt

Lines changed: 3 additions & 3 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.org/ipython-doc/>`_, then ask on the `mailing list <https://mail.python.org/mailman/listinfo/ipython-dev>`_.
5+
If your question isn't answered below, check `the docs <https://ipython.org/ipython-doc/>`_, then ask on the `mailing list <https://mail.python.org/mailman/listinfo/ipython-dev>`_.
66

77
.. contents::
88
:local:
@@ -42,12 +42,12 @@ Does IPython play well with Windows?
4242
------------------------------------
4343

4444
Yes, it most definitely does! There are some things that should be noted: `see
45-
the installation documentation <http://ipython.org/ipython-doc/stable/install/install.html#windows>`_.
45+
the installation documentation <https://ipython.org/ipython-doc/stable/install/install.html#windows>`_.
4646

4747
What is the best way to install IPython?
4848
----------------------------------------
4949

50-
See `the installation documentation <http://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself>`_ for full details.
50+
See `the installation documentation <https://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself>`_ for full details.
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 <https://pypi.python.org/pypi/distribute>`_, then running the .exe installer, to create start menu shortcuts.
5353

_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ IPython provides a rich architecture for interactive computing with:
1313

1414
.. _notebook: notebook.html
1515

16-
.. _gui toolkits: http://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support
16+
.. _gui toolkits: https://ipython.org/ipython-doc/stable/interactive/reference.html#gui-event-loop-support
1717

18-
.. _embeddable: http://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython
18+
.. _embeddable: https://ipython.org/ipython-doc/stable/interactive/reference.html#embedding-ipython
1919

2020
.. _parallel computing: https://ipyparallel.readthedocs.io/en/latest/
2121

_sources/news.rst.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ IPython 0.13.2
274274

275275
IPython 0.13.2 was released on April 5, 2013. This is a bugfix-only release.
276276
`Download <download.html>`__ it now, or see the `release notes
277-
<http://ipython.org/ipython-doc/rel-0.13.2/whatsnew/version0.13.html>`__ for more
277+
<https://ipython.org/ipython-doc/rel-0.13.2/whatsnew/version0.13.html>`__ for more
278278
details. This will probably be the last release before 1.0.
279279

280280
Roadmap to 1.0 and Beyond
@@ -284,7 +284,7 @@ IPython 1.0 is coming Summer 2013. See the grant_ which is funding the bulk
284284
of the work, as well as our roadmap_ for achieving the grant's objectives.
285285
`Read on for more details <roadmap-announcement.html>`_.
286286

287-
.. _grant: http://ipython.org/sloan-grant.html
287+
.. _grant: https://ipython.org/sloan-grant.html
288288
.. _roadmap: https://github.com/ipython/ipython/wiki/Roadmap:-IPython
289289

290290
Sloan Foundation Grant
@@ -302,7 +302,7 @@ IPython 0.13 was released on June 30, 2012. This release sees a substantial
302302
redesign of the IPython Notebook, the introduction of 'cell magic functions',
303303
as well as numerous other improvements. `Download <download.html>`__ it now, or
304304
see the `release notes
305-
<http://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`__ for more
305+
<https://ipython.org/ipython-doc/rel-0.13/whatsnew/version0.13.html>`__ for more
306306
details.
307307

308308
IPython 0.12.1
@@ -312,7 +312,7 @@ IPython 0.12.1 was released on April 21, 2012. This is a bugfix-only release;
312312
no new features have been introduced but `over 70 issues`_ have been fixed.
313313
All users of IPython 0.12 are encouraged to upgrade to this release.
314314

315-
.. _over 70 issues: http://ipython.org/ipython-doc/stable/whatsnew/github-stats-0.12.html#issues-list-012
315+
.. _over 70 issues: https://ipython.org/ipython-doc/stable/whatsnew/github-stats-0.12.html#issues-list-012
316316

317317

318318
IPython 0.12
@@ -322,7 +322,7 @@ IPython 0.12 was released on 18 December 2011. The major new feature with this
322322
release is the `IPython Notebook <ipython-doc/dev/interactive/htmlnotebook.html>`_,
323323
an interactive Python interface running in the browser. `Download <download.html>`_
324324
it now, or read more about `what's new
325-
<http://ipython.org/ipython-doc/rel-0.12/whatsnew/version0.12.html>`_.
325+
<https://ipython.org/ipython-doc/rel-0.12/whatsnew/version0.12.html>`_.
326326

327327
.. image:: _static/ipy_0.12.png
328328

@@ -345,7 +345,7 @@ We're pleased to announce the immediate release of IPython 0.11, on 31 July 2011
345345
Despite the small shift in the version number, this brings a lot of changes,
346346
including a new Qt frontend and a rewritten parallel computing framework.
347347
`Download <download.html>`__ it now, or look at `what's new
348-
<http://ipython.org/ipython-doc/rel-0.11/whatsnew/version0.11.html>`__.
348+
<https://ipython.org/ipython-doc/rel-0.11/whatsnew/version0.11.html>`__.
349349

350350
.. image:: _static/ipy_0.11.png
351351

@@ -361,7 +361,7 @@ IPython 0.10.2 released
361361

362362
IPython 0.10.2 was released on 9 April, 2011. This is a bugfix release for the
363363
0.10 series. See the `release notes
364-
<http://ipython.org/ipython-doc/rel-0.10.2/html/changes.html#release-0-10-2>`__
364+
<https://ipython.org/ipython-doc/rel-0.10.2/html/changes.html#release-0-10-2>`__
365365
for more details.
366366

367367
Python 3 support in progress
@@ -376,7 +376,7 @@ IPython 0.10.1 is out!
376376

377377
On October 11, 2010, we released IPython 0.10.1. The full release notes can be
378378
found `here
379-
<http://ipython.org/ipython-doc/rel-0.10.1/html/changes.html#release-0-10-1>`__
379+
<https://ipython.org/ipython-doc/rel-0.10.1/html/changes.html#release-0-10-1>`__
380380
,
381381
describing in detail the changes in this release.
382382

@@ -594,4 +594,4 @@ IPython 0.7.2 is released (June 6, 2006)
594594
We are pleased to announce the release of IPython 0.7.2. The release has many
595595
improvements and new features.
596596

597-
IPython 0.7.2 can be downloaded `here <http://ipython.org/download.html>`__ .
597+
IPython 0.7.2 can be downloaded `here <https://ipython.org/download.html>`__ .

_sources/presentation.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ We have given a number of talks and presentations about IPython:
7676
whitepaper shows how to get started with IPython and Windows HPC Server 200
7777
as well two examples of using IPython to perform an interactive parallel
7878
computation. This material is also in our documentation `here
79-
<http://ipython.org/ipython-doc/stable/parallel/parallel_winhpc.html>`__ and
79+
<https://ipython.org/ipython-doc/stable/parallel/parallel_winhpc.html>`__ and
8080
`here
81-
<http://ipython.org/ipython-doc/stable/parallel/parallel_demos.html>`__.
81+
<https://ipython.org/ipython-doc/stable/parallel/parallel_demos.html>`__.
8282
Many thanks to Microsoft for funding Brian Granger to work on this.
8383

8484
--------

_sources/roadmap-announcement.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ best,
6060

6161
Paul Ivanov
6262

63-
.. _grant: http://ipython.org/sloan-grant.html
64-
.. _html: http://ipython.org/_static/sloangrant/sloan-grant.html
65-
.. _pdf: http://ipython.org/_static/sloangrant/sloan-grant.pdf
63+
.. _grant: https://ipython.org/sloan-grant.html
64+
.. _html: https://ipython.org/_static/sloangrant/sloan-grant.html
65+
.. _pdf: https://ipython.org/_static/sloangrant/sloan-grant.pdf
6666
.. _roadmap: https://github.com/ipython/ipython/wiki/Roadmap:-IPython
6767
.. _"Towards IPython 1.0, the famous big cleanup": http://mail.scipy.org/pipermail/ipython-user/2005-April/002648.html
6868
.. _nbconvert: https://github.com/jupyter/nbconvert

_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: '',
2+
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
33
VERSION: '',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,

books.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/ipython.css" type="text/css" />
2222
<link rel="stylesheet" href="_static/flipcause.css" type="text/css" />
23-
<script type="text/javascript" src="_static/documentation_options.js"></script>
23+
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2424
<script type="text/javascript" src="_static/jquery.js"></script>
2525
<script type="text/javascript" src="_static/underscore.js"></script>
2626
<script type="text/javascript" src="_static/doctools.js"></script>
@@ -475,7 +475,7 @@ <h2>Get your Book on this page<a class="headerlink" href="#get-your-book-on-this
475475

476476
<div class="footer" role="contentinfo">
477477
&#169; Copyright the IPython development team.
478-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
478+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
479479
</div>
480480
</div>
481481

books_policy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
2121
<link rel="stylesheet" href="_static/ipython.css" type="text/css" />
2222
<link rel="stylesheet" href="_static/flipcause.css" type="text/css" />
23-
<script type="text/javascript" src="_static/documentation_options.js"></script>
23+
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
2424
<script type="text/javascript" src="_static/jquery.js"></script>
2525
<script type="text/javascript" src="_static/underscore.js"></script>
2626
<script type="text/javascript" src="_static/doctools.js"></script>
@@ -325,7 +325,7 @@ <h4>Support IPython</h4>
325325

326326
<div class="footer" role="contentinfo">
327327
&#169; Copyright the IPython development team.
328-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
328+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
329329
</div>
330330
</div>
331331

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy