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