From b8a6b7f9eea754b1e07409d0e0dadd0a3fe9ac2b 2017-10-24 10:43:30 From: Thomas Kluyver Date: 2017-10-24 10:43:30 Subject: [PATCH] Document IPython.sphinxext Closes gh-10869 --- diff --git a/docs/source/index.rst b/docs/source/index.rst index 8815f62..0fcb2fd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -99,6 +99,7 @@ repository `_. development/index coredev/index api/index + sphinxext about/index .. seealso:: diff --git a/docs/source/sphinxext.rst b/docs/source/sphinxext.rst new file mode 100644 index 0000000..42af07b --- /dev/null +++ b/docs/source/sphinxext.rst @@ -0,0 +1,8 @@ +======================== +IPython Sphinx extension +======================== + +IPython provides an extension for `Sphinx `_ to +highlight and run code. + +.. automodule:: IPython.sphinxext.ipython_directive