summaryrefslogtreecommitdiffstats
path: root/python/numpydoc/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-04-10 17:30:07 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-10 17:30:07 +0700
commit9c315735e616b7eb4c39832930be797bdb2828bc (patch)
tree1ff7340a15f850f4e4d2da9a002108e05f43f4c8 /python/numpydoc/README
parent8ed78fdce56ddeae8713c27054aa264086c63316 (diff)
downloadslackbuilds-9c315735e616b7eb4c39832930be797bdb2828bc.tar.gz
slackbuilds-9c315735e616b7eb4c39832930be797bdb2828bc.tar.xz
python/numpydoc: Added (Sphinx extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/numpydoc/README')
-rw-r--r--python/numpydoc/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/numpydoc/README b/python/numpydoc/README
new file mode 100644
index 0000000000..92dd372b83
--- /dev/null
+++ b/python/numpydoc/README
@@ -0,0 +1,4 @@
+Sphinx extension to support docstrings in Numpy format.
+Numpy’s documentation uses several custom extensions to Sphinx.
+These are shipped in this numpydoc package, in case you want to
+make use of them in third-party projects.