##// END OF EJS Templates
Merge pull request #9794 from Carreau/no-wiki...
Carol Willing -
r22712:b3456670 merge
parent child Browse files
Show More
@@ -1,27 +1,29 b''
1 .. _core_developer_guide:
1 .. _core_developer_guide:
2
2
3 =================================
3 =================================
4 Guide for IPython core Developers
4 Guide for IPython core Developers
5 =================================
5 =================================
6
6
7 This guide documents the development of IPython itself. Alternatively,
7 This guide documents the development of IPython itself. Alternatively,
8 developers of third party tools and libraries that use IPython should see the
8 developers of third party tools and libraries that use IPython should see the
9 :doc:`../development/index`.
9 :doc:`../development/index`.
10
10
11
11
12 For instruction on how to make a developer install see :ref:`devinstall`.
12 For instruction on how to make a developer install see :ref:`devinstall`.
13
13
14 .. toctree::
14 .. toctree::
15 :maxdepth: 1
15 :maxdepth: 1
16
16
17 release_process
17 release_process
18
18
19
19
20 Old Documentation
20 Old Documentation
21 =================
21 =================
22
22
23 Out of date documentation is still available and have been kept for archival purposes.
23 Out of date documentation is still available and have been kept for archival purposes.
24
24
25 Developers working on IPython should also consult the
25 .. note::
26 `developer information <https://github.com/ipython/ipython/wiki/Dev:-Index>`_
26
27 on the IPython GitHub wiki.
27 Developers documentation used to be on the IPython wiki, but are now out of
28 date. The wiki is though still available for historical reasons: `Old IPython
29 GitHub Wiki. <https://github.com/ipython/ipython/wiki/Dev:-Index>`_
General Comments 0
You need to be logged in to leave comments. Login now