diff options
| author | mattip <matti.picus@gmail.com> | 2018-10-23 11:00:36 +0300 |
|---|---|---|
| committer | mattip <matti.picus@gmail.com> | 2018-10-23 11:00:36 +0300 |
| commit | fc60b27257924ed7f3c140bed00c13a35b057dc8 (patch) | |
| tree | 2307f8b03031305df6eb549790ea9627ab359af4 /doc/source/reference/distutils.rst | |
| parent | 73151451437fa6ce0d8b5f033c1e005885f63cf8 (diff) | |
| download | numpy-fc60b27257924ed7f3c140bed00c13a35b057dc8.tar.gz | |
DOC: add missing docs
Diffstat (limited to 'doc/source/reference/distutils.rst')
| -rw-r--r-- | doc/source/reference/distutils.rst | 3 |
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:: |
