##// END OF EJS Templates
Improve API documentation around configuration of embedded IPython (#13989)...
Improve API documentation around configuration of embedded IPython (#13989) This PR tries to improve the API documentation of `embed()`, `embed_kernel()`, `start_ipython()` and `start_kernel()` with respect to the configuration of IPython by adding links to other sections of the documentation. It also reorganizes the API docs so that `embed()` is listed under `IPython`, just as it's presented in the narrative documentation.

File last commit:

r28185:9e43aba8
r28197:ad452c1d merge
Show More
index.rst
12 lines | 271 B | text/x-rst | RstLexer

IPython options

Any of the options listed here can be set in config files, at the command line, from inside IPython, or using a traitlets :class:`Config` object. See :ref:`setting_config` for details.