##// END OF EJS Templates
remove another py2 only test
remove another py2 only test

File last commit:

r22957:0bf62247
r22962:c05c1799
Show More
index.rst
111 lines | 2.9 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
=====================
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673 .. htmlonly::
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|
Matthias Bussonnier
Documentation overhaul....
r22588 Welcome to the official IPython documentation
IPython provides a rich toolkit to help you make the most out of using Python
interactively. Its main components are:
* A powerful interactive Python shell
Carol Willing
First pass at editing pr
r22594
Matthias Bussonnier
Documentation overhaul....
r22588 * A `Jupyter <http://jupyter.org/>`_ kernel to work with Python code in Jupyter
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
performing many tasks related either to IPython or the operating system.
* A rich configuration system with easy switching between different setups
(simpler than changing $PYTHONSTARTUP environment variables every time).
* 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.
Keshav Ramaswamy
Update index.rst
r22957 The Command line interface inherits all the above functionality and posses
Matthias Bussonnier
Documentation overhaul....
r22588
Carol Willing
First pass at editing pr
r22594 * real multi-line editing.
Matthias Bussonnier
Documentation overhaul....
r22588
* syntax highlighting as you type
Carol Willing
First pass at editing pr
r22594 * integration with command line editor for a better workflow.
Matthias Bussonnier
Documentation overhaul....
r22588
The kernel also have its share of feature, when used with a compatible frontend
it allows for:
* rich display system for object allowing to display Html, Images, Latex,Sounds
Video.
Carol Willing
First pass at editing pr
r22594 * interactive widgets with the use of the ``ipywidgets`` package.
Matthias Bussonnier
Documentation overhaul....
r22588
This documentation will walk through most of the features of the IPython
command line and kernel, as well as describe the internals mechanisms in order
to improve your Python workflow.
You can always find the table of content for this documentation in the left
sidebar, allowing you to come back on previous section if needed, or skip ahead.
The latest development version is always available from IPython's `GitHub
repository <http://github.com/ipython/ipython>`_.
Brian Granger
Cleanup of docs....
r2275
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 .. 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
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::
Matthias Bussonnier
Readthedocs documentation is now on RTD.io not .com
r22288 `Jupyter documentation <http://jupyter.readthedocs.io/en/latest/>`__
Thomas Kluyver
Add see also box for Jupyter and ipyparallel docs
r21570 The Notebook code and many other pieces formerly in IPython are now parts
of Project Jupyter.
Matthias Bussonnier
Readthedocs documentation is now on RTD.io not .com
r22288 `ipyparallel documentation <http://ipyparallel.readthedocs.io/en/latest/>`__
Thomas Kluyver
Add see also box for Jupyter and ipyparallel docs
r21570 Formerly ``IPython.parallel``.
Fernando Perez
Small fix so docs are generated with a better layout and index.
r1673 .. htmlonly::
Brian Granger
Update of docs to reflect the new ipcluster version....
r1788 * :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Brian Granger
Cleanup of docs....
r2275