1.. _config_index:
2
3===============================
4Configuration and customization
5===============================
6
7Configuring IPython
8-------------------
9
10.. toctree::
11   :maxdepth: 2
12
13   intro
14   options/index
15   shortcuts/index
16   details
17
18.. seealso::
19
20   :doc:`/development/config`
21      Technical details of the config system.
22
23Extending and integrating with IPython
24--------------------------------------
25
26.. toctree::
27   :maxdepth: 2
28
29   extensions/index
30   integrating
31   custommagics
32   inputtransforms
33   callbacks
34   eventloops
35