summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2015-12-31 10:06:52 +0100
committerRalf Gommers <ralf.gommers@gmail.com>2015-12-31 10:07:49 +0100
commita547d0e40c2b1b14b4448da51018bfccd4d55edb (patch)
treede1c0b1a4db822acefc756310e011cf6e272985d
parentb057b7a22e6d9a290d607971cd5365ce75872d03 (diff)
downloadnumpy-a547d0e40c2b1b14b4448da51018bfccd4d55edb.tar.gz
DOC: fix broken link in user guide. Closes gh-6906.
[ci skip]
-rw-r--r--doc/source/user/building.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index c5f8fea1f..8acb2fa3b 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -60,8 +60,8 @@ The NumPy build system uses ``distutils`` and ``numpy.distutils``.
``setuptools`` is only used when building via ``pip`` or with ``python
setupegg.py``. Using ``virtualenv`` should work as expected.
-*Note: for build instructions to do development work on NumPy itself, see
-:ref:`development-environment`*.
+*Note: for build instructions to do development work on NumPy itself, see*
+:ref:`development-environment`.
.. _parallel-builds: