##// END OF EJS Templates
Merge pull request #9838 from takluyver/i9723...
Merge pull request #9838 from takluyver/i9723 Use 'Linux' (dark bg) colours for Windows

File last commit:

r22598:f4fdafb6
r22763:345bf7d2 merge
Show More
index.rst
31 lines | 854 B | text/x-rst | RstLexer
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 ==================================
Using IPython for interactive work
==================================
Brian E Granger
Beginning to organize the rst documentation.
r1256
Matthias Bussonnier
One more pass on the docs....
r22598 This section of IPython documentation walk you through most of the IPython
functionality. You do not need to have any deep knowledge of Python to read this
tutorial, though some section might make slightly more sens if you have already
done some work in the REPL.
.. note::
Some part of this documentation are more than a decade old so might be out
of date, we welcome any report of inacuracy, and Pull Requests that make
that up to date.
Brian E Granger
Beginning to organize the rst documentation.
r1256 .. toctree::
Brian Granger
Update of docs to reflect the new ipcluster version....
r1788 :maxdepth: 2
Matthias Bussonnier
One more pass on the docs....
r22598 :hidden:
Brian E Granger
Beginning to organize the rst documentation.
r1256
Paul Ivanov
update indexes to use .rst, remove .txt refs
r11730 tutorial
Jonathan Frederic
@takluyver's suggested changes...
r21587 plotting
reference
shell
tips
klonuo
Various small fixes to docs
r22475 python-ipython-diff
Matthias Bussonnier
One more pass on the docs....
r22598 magics
Brian Granger
Work on documentation....
r2276
MinRK
move notebook docs to source/notebook
r15983 .. seealso::
Brian Granger
Cleanup of docs....
r2275
Lev Givon
Remove qtconfig doc page; replace some of the hyperlinks to it with links to http://jupyter.org/qtconfig
r21602 `A Qt Console for Jupyter <http://jupyter.org/qtconsole/>`__
Matthias Bussonnier
Readthedocs documentation is now on RTD.io not .com
r22288 `The Jupyter Notebook <http://jupyter-notebook.readthedocs.io/en/latest/>`__