summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2018-12-05 14:59:57 -0800
committerTyler Reddy <tyler.je.reddy@gmail.com>2018-12-14 10:14:05 -0800
commit28f8a85b9ece5773a8ac75ffcd2502fc93612eff (patch)
treed7845796ffeebe94db18fe05ebfdc898f5d33166 /tools/refguide_check.py
parent577a86e30014382c3fed1319379caa8728842543 (diff)
downloadnumpy-28f8a85b9ece5773a8ac75ffcd2502fc93612eff.tar.gz
MAINT: include recfunctions module
* added lib.recfunctions to refguide PUBLIC_SUBMODULES, as the doctests were otherwise not getting executed * fixed a failing doctest in recfunctions after above activation
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r--tools/refguide_check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py
index fc193b291..3d885e37f 100644
--- a/tools/refguide_check.py
+++ b/tools/refguide_check.py
@@ -70,6 +70,7 @@ PUBLIC_SUBMODULES = [
'f2py',
'linalg',
'lib',
+ 'lib.recfunctions',
'fft',
'ma',
'polynomial',