From 605b0c588182ce40e4a2556a4f2a1d7a6634f327 Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Sun, 27 Jul 2014 16:01:09 +0200 Subject: [PATCH] Added note about numpydoc package Refs #450. --- docs/docs/features.rst | 3 +++ 1 file changed, 3 insertions(+) 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'):