summaryrefslogtreecommitdiff
path: root/doc/source/user
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2020-05-31 13:02:14 +0300
committermattip <matti.picus@gmail.com>2020-05-31 13:02:14 +0300
commitae59835cfc9af082bd54f6246ecd60b48fc9e4c0 (patch)
tree7a9f0afbc30e0577b9eba08a2fac290b74de5fd8 /doc/source/user
parentcbde47818a821ef951ca73e851579ca75d23a82b (diff)
downloadnumpy-ae59835cfc9af082bd54f6246ecd60b48fc9e4c0.tar.gz
DOC,ENH: extend error message when Accelerate is detected
Diffstat (limited to 'doc/source/user')
-rw-r--r--doc/source/user/building.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst
index 47a0a03c9..4eded64e3 100644
--- a/doc/source/user/building.rst
+++ b/doc/source/user/building.rst
@@ -6,6 +6,10 @@ Building from source
A general overview of building NumPy from source is given here, with detailed
instructions for specific platforms given separately.
+.. comment::
+ This page is referenced from numpy/numpy/__init__.py. Please keep its
+ location in sync with the link there.
+
Prerequisites
-------------