diff options
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 |
commit | 9c315735e616b7eb4c39832930be797bdb2828bc (patch) | |
tree | 1ff7340a15f850f4e4d2da9a002108e05f43f4c8 /python/numpydoc/README | |
parent | 8ed78fdce56ddeae8713c27054aa264086c63316 (diff) | |
download | slackbuilds-9c315735e616b7eb4c39832930be797bdb2828bc.tar.gz |
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/README | 4 |
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. |