Added note about numpydoc package

Refs #450.
This commit is contained in:
Danilo Bargen
2014-07-27 16:01:09 +02:00
parent 440b9b072e
commit 605b0c5881

View File

@@ -146,6 +146,9 @@ http://epydoc.sourceforge.net/manual-fields.html
https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt
In order to support the numpydoc format, you need to install the `numpydoc
<https://pypi.python.org/pypi/numpydoc>`__ package.
::
def foo(var1, var2, long_var_name='hi'):