##// END OF EJS Templates
Add some links in documentation
Matthias Bussonnier -
Show More
1 NO CONTENT: new file 100644, binary diff hidden
@@ -231,6 +231,9 b" intersphinx_mapping = {'python': ('https://docs.python.org/3/', None),"
231 231 'jedi': ('https://jedi.readthedocs.io/en/latest/', None),
232 232 'traitlets': ('https://traitlets.readthedocs.io/en/latest/', None),
233 233 'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
234 'prompt_toolkit' : ('https://python-prompt-toolkit.readthedocs.io/en/stable/', None),
235 'ipywidgets': ('https://ipywidgets.readthedocs.io/en/stable/', None),
236 'ipyparallel': ('https://ipyparallel.readthedocs.io/en/stable/', None)
234 237 }
235 238
236 239 # Options for LaTeX output
@@ -16,6 +16,12 b' interactively. Its main components are:'
16 16
17 17 * A powerful interactive Python shell
18 18
19
20 .. image:: /_images/ipython-6-screenshot.png
21 :alt: Screenshot of IPython 6.0
22 :align: center
23
24
19 25 * A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
20 26 notebooks and other interactive frontends.
21 27
@@ -36,7 +42,7 b' features:'
36 42 performing many tasks related to IPython or the operating system.
37 43
38 44 * A rich configuration system with easy switching between different setups
39 (simpler than changing $PYTHONSTARTUP environment variables every time).
45 (simpler than changing ``$PYTHONSTARTUP`` environment variables every time).
40 46
41 47 * Session logging and reloading.
42 48
@@ -51,7 +57,7 b' features:'
51 57
52 58 The Command line interface inherits the above functionality and adds
53 59
54 * real multi-line editing.
60 * real multi-line editing thanks to `prompt_toolkit <http://python-prompt-toolkit.readthedocs.io/en/stable/>`_.
55 61
56 62 * syntax highlighting as you type
57 63
@@ -63,7 +69,7 b' it allows:'
63 69 * the object to create a rich display of Html, Images, Latex, Sound and
64 70 Video.
65 71
66 * interactive widgets with the use of the ``ipywidgets`` package.
72 * interactive widgets with the use of the `ipywidgets <http://ipywidgets.readthedocs.io/en/stable/>`_ package.
67 73
68 74
69 75 This documentation will walk you through most of the features of the IPython
General Comments 0
You need to be logged in to leave comments. Login now