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 |
General Comments 0
You need to be logged in to leave comments.
Login now