Skip to content

Commit

Permalink
Merge d3b4ee4 into dae349b
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Oct 24, 2017
2 parents dae349b + d3b4ee4 commit ac47ffc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/sphinxext/ipython_directive.py
Expand Up @@ -104,8 +104,8 @@
In [1]: 1/0
In [2]: # raise warning.
ToDo
----
To Do
-----
- Turn the ad-hoc test() function into a real test suite.
- Break up ipython-specific functionality from matplotlib stuff into better
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -99,6 +99,7 @@ repository <http://github.com/ipython/ipython>`_.
development/index
coredev/index
api/index
sphinxext
about/index

.. seealso::
Expand Down
8 changes: 8 additions & 0 deletions docs/source/sphinxext.rst
@@ -0,0 +1,8 @@
========================
IPython Sphinx extension
========================

IPython provides an extension for `Sphinx <http://www.sphinx-doc.org/>`_ to
highlight and run code.

.. automodule:: IPython.sphinxext.ipython_directive

0 comments on commit ac47ffc

Please sign in to comment.