|
From: <jd...@us...> - 2010-12-13 15:25:21
|
Revision: 8828
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8828&view=rev
Author: jdh2358
Date: 2010-12-13 15:25:15 +0000 (Mon, 13 Dec 2010)
Log Message:
-----------
added ipython directive tut
Modified Paths:
--------------
trunk/sampledoc_tut/conf.py
trunk/sampledoc_tut/extensions.rst
trunk/sampledoc_tut/index.rst
Modified: trunk/sampledoc_tut/conf.py
===================================================================
--- trunk/sampledoc_tut/conf.py 2010-12-10 18:13:57 UTC (rev 8827)
+++ trunk/sampledoc_tut/conf.py 2010-12-13 15:25:15 UTC (rev 8828)
@@ -25,6 +25,7 @@
extensions = ['matplotlib.sphinxext.mathmpl',
'matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive',
+ 'matplotlib.sphinxext.ipython_directive',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'ipython_console_highlighting',
Modified: trunk/sampledoc_tut/extensions.rst
===================================================================
--- trunk/sampledoc_tut/extensions.rst 2010-12-10 18:13:57 UTC (rev 8827)
+++ trunk/sampledoc_tut/extensions.rst 2010-12-13 15:25:15 UTC (rev 8828)
@@ -221,6 +221,11 @@
.. _extensions-literal:
+
+See the :ref:`ipython_directive` for a tutorial on embedding stateful,
+matplotlib aware ipython sessions into your rest docs with multiline
+and doctest support.
+
This file
=========
Modified: trunk/sampledoc_tut/index.rst
===================================================================
--- trunk/sampledoc_tut/index.rst 2010-12-10 18:13:57 UTC (rev 8827)
+++ trunk/sampledoc_tut/index.rst 2010-12-13 15:25:15 UTC (rev 8828)
@@ -24,6 +24,7 @@
getting_started.rst
custom_look.rst
extensions.rst
+ ipython_directive.rst
cheatsheet.rst
emacs_help.rst
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|