##// END OF EJS Templates
Merge pull request #10870 from takluyver/doc-sphinxext...
Thomas Kluyver -
r24016:1c350e9f merge
parent child Browse files
Show More
@@ -0,0 +1,8 b''
1 ========================
2 IPython Sphinx extension
3 ========================
4
5 IPython provides an extension for `Sphinx <http://www.sphinx-doc.org/>`_ to
6 highlight and run code.
7
8 .. automodule:: IPython.sphinxext.ipython_directive
@@ -104,8 +104,8 b' or :okwarning: options:'
104 In [1]: 1/0
104 In [1]: 1/0
105 In [2]: # raise warning.
105 In [2]: # raise warning.
106
106
107 ToDo
107 To Do
108 ----
108 -----
109
109
110 - Turn the ad-hoc test() function into a real test suite.
110 - Turn the ad-hoc test() function into a real test suite.
111 - Break up ipython-specific functionality from matplotlib stuff into better
111 - Break up ipython-specific functionality from matplotlib stuff into better
@@ -99,6 +99,7 b' repository <http://github.com/ipython/ipython>`_.'
99 development/index
99 development/index
100 coredev/index
100 coredev/index
101 api/index
101 api/index
102 sphinxext
102 about/index
103 about/index
103
104
104 .. seealso::
105 .. seealso::
General Comments 0
You need to be logged in to leave comments. Login now