##// END OF EJS Templates
Merge pull request #13668 from telamonian/fix-handling-of-bdbquit...
Merge pull request #13668 from telamonian/fix-handling-of-bdbquit fix uncaught `BdbQuit` exceptions on ipdb `exit`

File last commit:

r26565:29cc7180
r27659:1893a8f5 merge
Show More
index.rst
32 lines | 814 B | text/x-rst | RstLexer
Matthias Bussonnier
[Doc] Rework tutorial
r23478 ========
Tutorial
========
Brian E Granger
Beginning to organize the rst documentation.
r1256
fuho
Update index.rst
r23008 This section of IPython documentation will walk you through most of the IPython
Matthias Bussonnier
One more pass on the docs....
r22598 functionality. You do not need to have any deep knowledge of Python to read this
fuho
Update index.rst
r23008 tutorial, though some sections might make slightly more sense if you have already
Matthias Bussonnier
[Doc] Rework tutorial
r23478 done some work in the classic Python REPL.
Matthias Bussonnier
One more pass on the docs....
r22598
.. note::
Some part of this documentation are more than a decade old so might be out
Julian Kuhlmann
Fix typo.
r22770 of date, we welcome any report of inaccuracy, and Pull Requests that make
Matthias Bussonnier
One more pass on the docs....
r22598 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
Matthias Bussonnier
Prototype async REPL using IPython, take III...
r24463 autoawait
Jonathan Frederic
@takluyver's suggested changes...
r21587 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
Matthias Bussonnier
Switch protocol to https...
r24425 `A Qt Console for Jupyter <https://jupyter.org/qtconsole/>`__
谭九鼎
DOC: Use https for readthedocs.io
r26565 `The Jupyter Notebook <https://jupyter-notebook.readthedocs.io/en/latest/>`__