index.rst
28 lines
| 719 B
| text/x-rst
|
RstLexer
Carol Willing
|
r22022 | .. _core_developer_guide: | ||
================================== | ||||
Matthias Bussonnier
|
r22641 | Guide for IPtyhon core Developpers | ||
Carol Willing
|
r22022 | ================================== | ||
Carol Willing
|
r22030 | This guide documents the development of core IPython. Alternatively, | ||
developers of third party tools and libraries that use IPython should see the | ||||
:doc:`../development/index`. | ||||
Carol Willing
|
r22022 | |||
Matthias Bussonnier
|
r22641 | |||
For instruction on how to make a developer install see devinstall_. | ||||
Carol Willing
|
r22022 | |||
.. toctree:: | ||||
:maxdepth: 1 | ||||
release_process | ||||
Matthias Bussonnier
|
r22641 | |||
Old Documentation | ||||
================= | ||||
Out of date documentation is still available and have been kept for archival | ||||
reason. | ||||
Developers working on core IPython should also consult the | ||||
`developer information <https://github.com/ipython/ipython/wiki/Dev:-Index>`_ | ||||
on the IPython GitHub wiki. | ||||