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

Skip to content

Commit f2d072e

Browse files
committed
Merge pull request ipython#8722 from lebedov/remove_kernel_opts_from_qtconsole_docs
Remove redundant qtconsole doc page (was moved to jupyter/qtconsole repo)
2 parents 6dc238d + fc6c804 commit f2d072e

File tree

5 files changed

+8
-660
lines changed

5 files changed

+8
-660
lines changed

docs/source/interactive/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Using IPython for interactive work
88
tutorial
99
magics
1010
plotting
11-
qtconsole
1211
reference
1312
shell
1413
tips
1514

1615
.. seealso::
1716

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

docs/source/interactive/plotting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ requested using, for example::
2121

2222
A particularly interesting backend, provided by IPython, is the ``inline``
2323
backend. This is available only for the Jupyter Notebook and the
24-
:ref:`Jupyter QtConsole <qtconsole>`. It can be invoked as follows::
24+
Jupyter QtConsole. It can be invoked as follows::
2525

2626
%matplotlib inline
2727

0 commit comments

Comments
 (0)