summaryrefslogtreecommitdiff
path: root/doc/sphinxext/README.txt
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-06-27 15:02:14 +0000
committerPauli Virtanen <pav@iki.fi>2009-06-27 15:02:14 +0000
commit692f3f65acd441995f893908d694b3891a67070c (patch)
treeeaf7c6fe5d1b3ab13525eb7f85fd598db67cce6a /doc/sphinxext/README.txt
parentcefd431502c6b9915611ca46cd8194b7007db0ef (diff)
downloadnumpy-692f3f65acd441995f893908d694b3891a67070c.tar.gz
docs: generate Attributes and Methods sections in class documentation
Diffstat (limited to 'doc/sphinxext/README.txt')
-rw-r--r--doc/sphinxext/README.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/sphinxext/README.txt b/doc/sphinxext/README.txt
new file mode 100644
index 000000000..20aaac22f
--- /dev/null
+++ b/doc/sphinxext/README.txt
@@ -0,0 +1,24 @@
+=====================================
+numpydoc -- Numpy's Sphinx extensions
+=====================================
+
+Numpy's documentation uses several custom extensions to Sphinx. These
+are shipped in this ``numpydoc`` package, in case you want to make use
+of tem in third-party projects.
+
+The following extensions are available:
+
+ - ``numpydoc``: support for the Numpy docstring format in Sphinx.
+
+ - ``numpydoc.traitsdoc``: For gathering documentation about Traits attributes.
+
+ - ``numpydoc.plot_directives``: Adaptation of Matplotlib's ``plot::``
+ directive. Note that this implementation may still undergo severe
+ changes or be eventually deprecated.
+
+ - ``numpydoc.only_directives``: (DEPRECATED)
+
+ - ``numpydoc.autosummary``: (DEPRECATED) An ``autosummary::`` directive.
+ Available in Sphinx 0.6.2 and (to-be) 1.0 as ``sphinx.ext.autosummary``,
+ and it the Sphinx 1.0 version is recommended over that included in
+ Numpydoc.