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