##// END OF EJS Templates
Fix ipython directive typo in 0.10 changes doc...
MinRK -
Show More
@@ -36,10 +36,10 b' Highlights of this release:'
36 in remote tasks, as well as providing better control for remote task IDs.
36 in remote tasks, as well as providing better control for remote task IDs.
37
37
38 - New IPython Sphinx directive contributed by John Hunter. You can use this
38 - New IPython Sphinx directive contributed by John Hunter. You can use this
39 directive to mark blocks in reSructuredText documents as containig IPython
39 directive to mark blocks in reSructuredText documents as containing IPython
40 syntax (including figures) and the will be executed during the build::
40 syntax (including figures) and the will be executed during the build:
41
41
42 .. ipython::
42 .. sourcecode:: ipython
43
43
44 In [2]: plt.figure() # ensure a fresh figure
44 In [2]: plt.figure() # ensure a fresh figure
45
45
General Comments 0
You need to be logged in to leave comments. Login now