##// END OF EJS Templates
Put missing doc in TOC
Thomas Kluyver -
Show More
@@ -1,30 +1,31
1 1 .. _developer_guide:
2 2
3 3 =========================
4 4 IPython developer's guide
5 5 =========================
6 6
7 7 This are two categories of developer focused documentation:
8 8
9 9 1. Documentation for developers of *IPython itself*.
10 10 2. Documentation for developers of third party tools and libraries
11 11 that use IPython.
12 12
13 13 This part of our documentation only contains information in the second category.
14 14
15 15 Developers interested in working on IPython itself should consult
16 16 our `developer information <https://github.com/ipython/ipython/wiki/Dev:-Index>`_
17 17 on the IPython GitHub wiki.
18 18
19 19 .. toctree::
20 20 :maxdepth: 1
21 21
22 22 messaging
23 kernels
23 24 wrapperkernels
24 25 execution
25 26 parallel_messages
26 27 parallel_connections
27 28 lexer
28 29 pycompat
29 30 config
30 31 inputhook_app
General Comments 0
You need to be logged in to leave comments. Login now