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

Skip to content

Commit 87a0a70

Browse files
committed
Readthedocs documentation is now on RTD.io not .com
1 parent d58e930 commit 87a0a70

8 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/source/development/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Developer's guide for third party tools and libraries
1919
lexer
2020
pycompat
2121
config
22-
inputhook_app
22+
inputhook_app

docs/source/development/wrapperkernels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can now re-use the kernel machinery in IPython to easily make new kernels.
77
This is useful for languages that have Python bindings, such as `Octave
88
<http://www.gnu.org/software/octave/>`_ (via
99
`Oct2Py <http://blink1073.github.io/oct2py/docs/index.html>`_), or languages
10-
where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.org/en/latest/>`_,
10+
where the REPL can be controlled in a tty using `pexpect <http://pexpect.readthedocs.io/en/latest/>`_,
1111
such as bash.
1212

1313
.. seealso::

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Contents
2727

2828
.. seealso::
2929

30-
`Jupyter documentation <http://jupyter.readthedocs.org/en/latest/>`__
30+
`Jupyter documentation <http://jupyter.readthedocs.io/en/latest/>`__
3131
The Notebook code and many other pieces formerly in IPython are now parts
3232
of Project Jupyter.
33-
`ipyparallel documentation <http://ipyparallel.readthedocs.org/en/latest/>`__
33+
`ipyparallel documentation <http://ipyparallel.readthedocs.io/en/latest/>`__
3434
Formerly ``IPython.parallel``.
3535

3636

docs/source/install/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ IPython requires Python 2.7 or ≥ 3.3.
22

33
.. seealso::
44

5-
`Installing Jupyter <http://jupyter.readthedocs.org/en/latest/install.html>`__
5+
`Installing Jupyter <http://jupyter.readthedocs.io/en/latest/install.html>`__
66
The Notebook, nbconvert, and many other former pieces of IPython are now
77
part of Project Jupyter.
88

docs/source/interactive/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Using IPython for interactive work
1515
.. seealso::
1616

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

docs/source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ different numbers which correspond to the Process ID of the kernel.
219219

220220
You can read more about using `ipython qtconsole
221221
<http://jupyter.org/qtconsole/>`_, and
222-
`ipython notebook <http://jupyter-notebook.readthedocs.org/en/latest/>`_. There
222+
`ipython 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
225225
and clients.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Pull Requests (793):
10001000
* :ghpull:`2274`: CLN: Use name to id mapping of notebooks instead of searching.
10011001
* :ghpull:`2270`: SSHLauncher tweaks
10021002
* :ghpull:`2269`: add missing location when disambiguating controller IP
1003-
* :ghpull:`2263`: Allow docs to build on http://readthedocs.org/
1003+
* :ghpull:`2263`: Allow docs to build on http://readthedocs.io/
10041004
* :ghpull:`2256`: Adding data publication example notebook.
10051005
* :ghpull:`2255`: better flush iopub with AsyncResults
10061006
* :ghpull:`2261`: Fix: longest_substr([]) -> ''

docs/source/whatsnew/version4.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Released August, 2015
4747

4848
IPython 4.0 is the first major release after the Big Split.
4949
IPython no longer contains the notebook, qtconsole, etc. which have moved to
50-
`jupyter <https://jupyter.readthedocs.org>`_.
51-
IPython subprojects, such as `IPython.parallel <https://ipyparallel.readthedocs.org>`_ and `widgets <https://ipywidgets.readthedocs.org>`_ have moved to their own repos as well.
50+
`jupyter <https://jupyter.readthedocs.io>`_.
51+
IPython subprojects, such as `IPython.parallel <https://ipyparallel.readthedocs.io>`_ and `widgets <https://ipywidgets.readthedocs.io>`_ have moved to their own repos as well.
5252

5353
The following subpackages are deprecated:
5454

0 commit comments

Comments
 (0)