Add only_directives.py and plot_directive.py from numpy.

This commit is contained in:
Stefan van der Walt
2009-10-14 06:50:22 +02:00
parent 7175d7c187
commit 735f180d4e
4 changed files with 724 additions and 3 deletions
+1 -2
View File
@@ -27,8 +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',
'numpydoc.only_directives',
'numpydoc.plot_directive']
'only_directives', 'plot_directive']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']