summaryrefslogtreecommitdiff
path: root/doc/source/reference/distutils.rst
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-10-23 11:00:36 +0300
committermattip <matti.picus@gmail.com>2018-10-23 11:00:36 +0300
commitfc60b27257924ed7f3c140bed00c13a35b057dc8 (patch)
tree2307f8b03031305df6eb549790ea9627ab359af4 /doc/source/reference/distutils.rst
parent73151451437fa6ce0d8b5f033c1e005885f63cf8 (diff)
downloadnumpy-fc60b27257924ed7f3c140bed00c13a35b057dc8.tar.gz
DOC: add missing docs
Diffstat (limited to 'doc/source/reference/distutils.rst')
-rw-r--r--doc/source/reference/distutils.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/reference/distutils.rst b/doc/source/reference/distutils.rst
index 289822909..88e533832 100644
--- a/doc/source/reference/distutils.rst
+++ b/doc/source/reference/distutils.rst
@@ -13,8 +13,7 @@ distutils, use the :func:`setup <core.setup>` command from
:mod:`numpy.distutils.misc_util` that can make it easier to construct
keyword arguments to pass to the setup function (by passing the
dictionary obtained from the todict() method of the class). More
-information is available in the NumPy Distutils Users Guide in
-``<site-packages>/numpy/doc/DISTUTILS.txt``.
+information is available in the :ref:`distutils-user-guide`.
.. index::