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

Skip to content

Commit 3deabdb

Browse files
committed
Switch protocol to https
Chrome start to mark things as insecure next week
1 parent 134f970 commit 3deabdb

15 files changed

Lines changed: 28 additions & 27 deletions

File tree

IPython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
IPython: tools for interactive and parallel computing in Python.
44
5-
http://ipython.org
5+
https://ipython.org
66
"""
77
#-----------------------------------------------------------------------------
88
# Copyright (c) 2008-2011, IPython Development Team.

IPython/core/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
interactively. Its main components are:
4949
5050
* A powerful interactive Python shell
51-
* A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
51+
* A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
5252
notebooks and other interactive frontends.
5353
5454
The enhanced interactive Python shells have the following main features:

IPython/core/usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
environment variable with this name and setting it to the desired path.
6161
6262
For more information, see the manual available in HTML and PDF in your
63-
installation, or online at http://ipython.org/documentation.html.
63+
installation, or online at https://ipython.org/documentation.html.
6464
"""
6565

6666
interactive_usage = """

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Or see the `development installation docs
5555
for the latest revision on read the docs.
5656

5757
Documentation and installation instructions for older version of IPython can be
58-
found on the `IPython website <http://ipython.org/documentation.html>`_
58+
found on the `IPython website <https://ipython.org/documentation.html>`_
5959

6060

6161

@@ -87,7 +87,7 @@ manager.
8787

8888
For more information see one of our blog posts:
8989

90-
http://blog.jupyter.org/2016/07/08/ipython-5-0-released/
90+
https://blog.jupyter.org/2016/07/08/ipython-5-0-released/
9191

9292
As well as the following Pull-Request for discussion:
9393

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interactively. Its main components are:
2222
:align: center
2323

2424

25-
* A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
25+
* A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
2626
notebooks and other interactive frontends.
2727

2828
The enhanced interactive Python shells and kernel have the following main

docs/source/install/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Overview
2828

2929
This document describes in detail the steps required to install IPython. For a
3030
few quick ways to get started with package managers or full Python
31-
distributions, see `the install page <http://ipython.org/install.html>`_ of the
31+
distributions, see `the install page <https://ipython.org/install.html>`_ of the
3232
IPython website.
3333

3434
Please let us know if you have problems installing IPython or any of its

docs/source/interactive/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ done some work in the classic Python REPL.
2727

2828
.. seealso::
2929

30-
`A Qt Console for Jupyter <http://jupyter.org/qtconsole/>`__
30+
`A Qt Console for Jupyter <https://jupyter.org/qtconsole/>`__
3131
`The Jupyter Notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`__

docs/source/links.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
NOTE: Some of these were taken from the nipy links compendium.
1818
1919
.. Main IPython links
20-
.. _ipython: http://ipython.org
21-
.. _`ipython manual`: http://ipython.org/documentation.html
20+
.. _ipython: https://ipython.org
21+
.. _`ipython manual`: https://ipython.org/documentation.html
2222
.. _ipython_github: http://github.com/ipython/ipython/
2323
.. _ipython_github_repo: http://github.com/ipython/ipython/
24-
.. _ipython_downloads: http://ipython.org/download.html
24+
.. _ipython_downloads: https://ipython.org/download.html
2525
.. _ipython_pypi: http://pypi.python.org/pypi/ipython
2626
.. _nbviewer: http://nbviewer.ipython.org
2727

docs/source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ which will be something like ``--existing kernel-19732.json`` but with
218218
different numbers which correspond to the Process ID of the kernel.
219219

220220
You can read more about using `jupyter qtconsole
221-
<http://jupyter.org/qtconsole/>`_, and
221+
<https://jupyter.org/qtconsole/>`_, and
222222
`jupyter notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`_. There
223223
is also a :ref:`message spec <messaging>` which documents the protocol for
224224
communication between kernels

docs/source/whatsnew/github-stats-2.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,7 @@ Issues (434):
14161416
* :ghissue:`4759`: Application._load_config_files log parameter default fails
14171417
* :ghissue:`3153`: docs / file menu: explain how to exit the notebook
14181418
* :ghissue:`4791`: Did updates to ipython_directive bork support for cython magic snippets?
1419-
* :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page http://ipython.org/ipython-doc/stable/interactive/notebook.htm
1419+
* :ghissue:`4385`: "Part 4 - Markdown Cells.ipynb" nbviewer example seems not well referenced in current online documentation page https://ipython.org/ipython-doc/stable/interactive/notebook.htm
14201420
* :ghissue:`4655`: prefer marked to pandoc for markdown2html
14211421
* :ghissue:`3441`: Fix focus related problems in the notebook
14221422
* :ghissue:`3402`: Feature Request: Save As (latex, html,..etc) as a menu option in Notebook rather than explicit need to invoke nbconvert

0 commit comments

Comments
 (0)