##// END OF EJS Templates
Merge branch 'master' into Carreau-patch-4
Merge branch 'master' into Carreau-patch-4

File last commit:

r27637:9f3065cb
r27644:c272c021 merge Carreau-patch-4
Show More
index.rst
116 lines | 3.1 KiB | text/x-rst | RstLexer
Matthias Bussonnier
Documentation overhaul....
r22588 .. _introduction:
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 =====================
Brian E Granger
Beginning to organize the rst documentation.
r1256 IPython Documentation
=====================
Thomas Kluyver
Remove matplotlib requirement for building docs...
r22966 .. only:: html
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673
Fernando Perez
Final doc updates for release 0.9.1.
r1725 :Release: |release|
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673 :Date: |today|
Faris A Chugthai
Update index.rst...
r26278 Welcome to the official IPython documentation.
Matthias Bussonnier
Documentation overhaul....
r22588
fatData
Edit file index.rst
r23190 IPython provides a rich toolkit to help you make the most of using Python
Matthias Bussonnier
Documentation overhaul....
r22588 interactively. Its main components are:
Faris A Chugthai
Update index.rst...
r26278 * A powerful interactive Python shell.
Carol Willing
First pass at editing pr
r22594
Matthias Bussonnier
Add some links in documentation
r23476
Matthias Bussonnier
misc doc fixes
r27637 .. image:: ./_images/ipython-6-screenshot.png
:alt: Screenshot of IPython 6.0
:align: center
Matthias Bussonnier
Add some links in documentation
r23476
Matthias Bussonnier
Switch protocol to https...
r24425 * A `Jupyter <https://jupyter.org/>`_ kernel to work with Python code in Jupyter
Matthias Bussonnier
Documentation overhaul....
r22588 notebooks and other interactive frontends.
The enhanced interactive Python shells and kernel have the following main
features:
* Comprehensive object introspection.
* Input history, persistent across sessions.
* Caching of output results during a session with automatically generated
references.
* Extensible tab completion, with support by default for completion of python
variables and keywords, filenames and function keywords.
* Extensible system of 'magic' commands for controlling the environment and
fatData
Edit file index.rst
r23190 performing many tasks related to IPython or the operating system.
Matthias Bussonnier
Documentation overhaul....
r22588
* A rich configuration system with easy switching between different setups
Matthias Bussonnier
Add some links in documentation
r23476 (simpler than changing ``$PYTHONSTARTUP`` environment variables every time).
Matthias Bussonnier
Documentation overhaul....
r22588
* Session logging and reloading.
* Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs and GUIs.
* Integrated access to the pdb debugger and the Python profiler.
fatData
Update index.rst
r23191 The Command line interface inherits the above functionality and adds
Matthias Bussonnier
Documentation overhaul....
r22588
谭九鼎
DOC: Use https for readthedocs.io
r26565 * real multi-line editing thanks to `prompt_toolkit <https://python-prompt-toolkit.readthedocs.io/en/stable/>`_.
Matthias Bussonnier
Documentation overhaul....
r22588
Faris A Chugthai
Update index.rst...
r26278 * syntax highlighting as you type.
Matthias Bussonnier
Documentation overhaul....
r22588
Carol Willing
First pass at editing pr
r22594 * integration with command line editor for a better workflow.
Matthias Bussonnier
Documentation overhaul....
r22588
fatData
Edit file index.rst
r23190 The kernel also has its share of features. When used with a compatible frontend,
it allows:
Matthias Bussonnier
Documentation overhaul....
r22588
fatData
Edit file index.rst
r23190 * the object to create a rich display of Html, Images, Latex, Sound and
Matthias Bussonnier
Documentation overhaul....
r22588 Video.
谭九鼎
DOC: Use https for readthedocs.io
r26565 * interactive widgets with the use of the `ipywidgets <https://ipywidgets.readthedocs.io/en/stable/>`_ package.
Matthias Bussonnier
Documentation overhaul....
r22588
fatData
Edit file index.rst
r23190 This documentation will walk you through most of the features of the IPython
command line and kernel, as well as describe the internal mechanisms in order
Matthias Bussonnier
Documentation overhaul....
r22588 to improve your Python workflow.
fatData
Edit file index.rst
r23190 You can find the table of content for this documentation in the left
sidebar, allowing you to come back to previous sections or skip ahead, if needed.
Matthias Bussonnier
Documentation overhaul....
r22588
fatData
Update index.rst
r23191 The latest development version is always available from IPython's `GitHub
Matthias Bussonnier
Documentation overhaul....
r22588 repository <http://github.com/ipython/ipython>`_.
Brian E Granger
Beginning to organize the rst documentation.
r1256 .. toctree::
Brian Granger
Cleanup of docs....
r2275 :maxdepth: 1
Matthias Bussonnier
Documentation overhaul....
r22588 :hidden:
Brian E Granger
Beginning to organize the rst documentation.
r1256
Matthias Bussonnier
Documentation overhaul....
r22588 self
Paul Ivanov
update indexes to use .rst, remove .txt refs
r11730 overview
whatsnew/index
install/index
interactive/index
config/index
development/index
Carol Willing
Migrate the wiki contents to release process doc
r22029 coredev/index
Paul Ivanov
update indexes to use .rst, remove .txt refs
r11730 api/index
Thomas Kluyver
Document IPython.sphinxext...
r24008 sphinxext
Paul Ivanov
update indexes to use .rst, remove .txt refs
r11730 about/index
Brian E Granger
Beginning to organize the rst documentation.
r1256
Thomas Kluyver
Add see also box for Jupyter and ipyparallel docs
r21570 .. seealso::
谭九鼎
DOC: Use https for readthedocs.io
r26565 `Jupyter documentation <https://jupyter.readthedocs.io/en/latest/>`__
fatData
Update index.rst
r23191 The Jupyter documentation provides information about the Notebook code and other Jupyter sub-projects.
谭九鼎
DOC: Use https for readthedocs.io
r26565 `ipyparallel documentation <https://ipyparallel.readthedocs.io/en/latest/>`__
Thomas Kluyver
Add see also box for Jupyter and ipyparallel docs
r21570 Formerly ``IPython.parallel``.
Thomas Kluyver
Remove matplotlib requirement for building docs...
r22966 .. only:: html
Matthias Bussonnier
First step in reintegrating Jedi...
r23284
Brian Granger
Update of docs to reflect the new ipcluster version....
r1788 * :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Brian Granger
Cleanup of docs....
r2275