index.rst
21 lines
| 539 B
| text/x-rst
|
RstLexer
Brian Granger
|
r2276 | .. _developer_guide: | ||
Carol Willing
|
r22022 | ===================================================== | ||
Carol Willing
|
r22030 | Developer's guide for third party tools and libraries | ||
Carol Willing
|
r22022 | ===================================================== | ||
Carol Willing
|
r22030 | .. important:: | ||
Carol Willing
|
r22029 | |||
Carol Willing
|
r22022 | This guide contains information for developers of third party tools and | ||
Carol Willing
|
r22030 | libraries that use IPython. Alternatively, documentation for core | ||
**IPython** development can be found in the :doc:`../coredev/index`. | ||||
Brian Granger
|
r9683 | |||
Brian E Granger
|
r1256 | .. toctree:: | ||
Brian Granger
|
r2277 | :maxdepth: 1 | ||
Brian E Granger
|
r1256 | |||
Thomas Kluyver
|
r18378 | how_ipython_works | ||
Thomas Kluyver
|
r16859 | wrapperkernels | ||
MinRK
|
r16594 | execution | ||
MinRK
|
r16144 | lexer | ||
Thomas Kluyver
|
r13492 | config | ||
Matthias Bussonnier
|
r22288 | inputhook_app | ||