##// END OF EJS Templates
Readthedocs documentation is now on RTD.io not .com
Matthias Bussonnier -
Show More
@@ -19,4 +19,4 b" Developer's guide for third party tools and libraries"
19 lexer
19 lexer
20 pycompat
20 pycompat
21 config
21 config
22 inputhook_app No newline at end of file
22 inputhook_app
@@ -7,7 +7,7 b' You can now re-use the kernel machinery in IPython to easily make new kernels.'
7 This is useful for languages that have Python bindings, such as `Octave
7 This is useful for languages that have Python bindings, such as `Octave
8 <http://www.gnu.org/software/octave/>`_ (via
8 <http://www.gnu.org/software/octave/>`_ (via
9 `Oct2Py <http://blink1073.github.io/oct2py/docs/index.html>`_), or languages
9 `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/>`_,
11 such as bash.
11 such as bash.
12
12
13 .. seealso::
13 .. seealso::
@@ -27,10 +27,10 b' Contents'
27
27
28 .. seealso::
28 .. seealso::
29
29
30 `Jupyter documentation <http://jupyter.readthedocs.org/en/latest/>`__
30 `Jupyter documentation <http://jupyter.readthedocs.io/en/latest/>`__
31 The Notebook code and many other pieces formerly in IPython are now parts
31 The Notebook code and many other pieces formerly in IPython are now parts
32 of Project Jupyter.
32 of Project Jupyter.
33 `ipyparallel documentation <http://ipyparallel.readthedocs.org/en/latest/>`__
33 `ipyparallel documentation <http://ipyparallel.readthedocs.io/en/latest/>`__
34 Formerly ``IPython.parallel``.
34 Formerly ``IPython.parallel``.
35
35
36
36
@@ -2,7 +2,7 b' IPython requires Python 2.7 or \xe2\x89\xa5 3.3.'
2
2
3 .. seealso::
3 .. seealso::
4
4
5 `Installing Jupyter <http://jupyter.readthedocs.org/en/latest/install.html>`__
5 `Installing Jupyter <http://jupyter.readthedocs.io/en/latest/install.html>`__
6 The Notebook, nbconvert, and many other former pieces of IPython are now
6 The Notebook, nbconvert, and many other former pieces of IPython are now
7 part of Project Jupyter.
7 part of Project Jupyter.
8
8
@@ -15,4 +15,4 b' Using IPython for interactive work'
15 .. seealso::
15 .. seealso::
16
16
17 `A Qt Console for Jupyter <http://jupyter.org/qtconsole/>`__
17 `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/>`__
@@ -219,7 +219,7 b' different numbers which correspond to the Process ID of the kernel.'
219
219
220 You can read more about using `ipython qtconsole
220 You can read more about using `ipython qtconsole
221 <http://jupyter.org/qtconsole/>`_, and
221 <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
223 is also a :ref:`message spec <messaging>` which documents the protocol for
223 is also a :ref:`message spec <messaging>` which documents the protocol for
224 communication between kernels
224 communication between kernels
225 and clients.
225 and clients.
@@ -1000,7 +1000,7 b' Pull Requests (793):'
1000 * :ghpull:`2274`: CLN: Use name to id mapping of notebooks instead of searching.
1000 * :ghpull:`2274`: CLN: Use name to id mapping of notebooks instead of searching.
1001 * :ghpull:`2270`: SSHLauncher tweaks
1001 * :ghpull:`2270`: SSHLauncher tweaks
1002 * :ghpull:`2269`: add missing location when disambiguating controller IP
1002 * :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/
1004 * :ghpull:`2256`: Adding data publication example notebook.
1004 * :ghpull:`2256`: Adding data publication example notebook.
1005 * :ghpull:`2255`: better flush iopub with AsyncResults
1005 * :ghpull:`2255`: better flush iopub with AsyncResults
1006 * :ghpull:`2261`: Fix: longest_substr([]) -> ''
1006 * :ghpull:`2261`: Fix: longest_substr([]) -> ''
@@ -47,8 +47,8 b' Released August, 2015'
47
47
48 IPython 4.0 is the first major release after the Big Split.
48 IPython 4.0 is the first major release after the Big Split.
49 IPython no longer contains the notebook, qtconsole, etc. which have moved to
49 IPython no longer contains the notebook, qtconsole, etc. which have moved to
50 `jupyter <https://jupyter.readthedocs.org>`_.
50 `jupyter <https://jupyter.readthedocs.io>`_.
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.
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.
52
52
53 The following subpackages are deprecated:
53 The following subpackages are deprecated:
54
54
General Comments 0
You need to be logged in to leave comments. Login now