summaryrefslogtreecommitdiff
path: root/doc/source/f2py
diff options
context:
space:
mode:
authortakanori-pskq <takanori17h@gmail.com>2020-10-24 13:49:37 +0900
committertakanori-pskq <takanori17h@gmail.com>2020-10-24 14:00:37 +0900
commit14bb26753df4ca4ef42ecd830699433ed781cf9f (patch)
treea3fb3307957d15ad79a30826a32556faa8fe2d29 /doc/source/f2py
parentc0043831c46ec07fdc34999d664af654ada0825f (diff)
downloadnumpy-14bb26753df4ca4ef42ecd830699433ed781cf9f.tar.gz
DOC: Fix some references
Diffstat (limited to 'doc/source/f2py')
-rw-r--r--doc/source/f2py/distutils.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/f2py/distutils.rst b/doc/source/f2py/distutils.rst
index 71f6eab5a..4cf30045e 100644
--- a/doc/source/f2py/distutils.rst
+++ b/doc/source/f2py/distutils.rst
@@ -2,6 +2,8 @@
Using via `numpy.distutils`
=============================
+.. currentmodule:: numpy.distutils.core
+
:mod:`numpy.distutils` is part of NumPy extending standard Python ``distutils``
to deal with Fortran sources and F2PY signature files, e.g. compile Fortran
sources, call F2PY to construct extension modules, etc.