diff --git a/docs/docs/features.rst b/docs/docs/features.rst index e7b89642..27072995 100644 --- a/docs/docs/features.rst +++ b/docs/docs/features.rst @@ -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 +`__ package. + :: def foo(var1, var2, long_var_name='hi'):