Replace plot_directive.py with copy from matplotlib's trunk.

This commit is contained in:
Tony S Yu
2011-07-15 20:15:44 +02:00
committed by Pieter Holtzhausen
parent 6f8da31b3b
commit 12b51ba199
2 changed files with 581 additions and 393 deletions
+580 -392
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -27,7 +27,7 @@ sys.path.append(os.path.join(curpath, '..', 'ext'))
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc',
'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram',
'matplotlib.sphinxext.plot_directive']
'plot_directive']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']