Generate cleaner API reference with autosummary tables.

This commit is contained in:
Stefan van der Walt
2009-09-24 17:50:31 +02:00
parent efaeef6a47
commit 0452388ef0
2 changed files with 33 additions and 22 deletions
+2 -1
View File
@@ -25,7 +25,8 @@ sys.path.append(os.path.join(curpath, '../ext'))
# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc',
'sphinx.ext.autosummary']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']