From 4408b93dcea17c6af0c8d9aa132ee97cc9f3fae2 2010-12-02 16:41:51 From: MinRK Date: 2010-12-02 16:41:51 Subject: [PATCH] Fix ipython directive typo in 0.10 changes doc closes gh-210 --- diff --git a/docs/source/whatsnew/version0.10.txt b/docs/source/whatsnew/version0.10.txt index b8574b9..ca4e840 100644 --- a/docs/source/whatsnew/version0.10.txt +++ b/docs/source/whatsnew/version0.10.txt @@ -36,10 +36,10 @@ Highlights of this release: in remote tasks, as well as providing better control for remote task IDs. - New IPython Sphinx directive contributed by John Hunter. You can use this - directive to mark blocks in reSructuredText documents as containig IPython - syntax (including figures) and the will be executed during the build:: + directive to mark blocks in reSructuredText documents as containing IPython + syntax (including figures) and the will be executed during the build: - .. ipython:: + .. sourcecode:: ipython In [2]: plt.figure() # ensure a fresh figure