diff options
author | mattip <matti.picus@gmail.com> | 2020-05-31 17:54:56 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-05-31 17:54:56 +0300 |
commit | 40676a620f3d7142b2a256e125a715473b8b6637 (patch) | |
tree | f6a0de6f47639a2b05a2aed7a36684c095ed2fbe /doc/source/user | |
parent | ae59835cfc9af082bd54f6246ecd60b48fc9e4c0 (diff) | |
download | numpy-40676a620f3d7142b2a256e125a715473b8b6637.tar.gz |
BUG: fix comment in RST
Diffstat (limited to 'doc/source/user')
-rw-r--r-- | doc/source/user/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/building.rst b/doc/source/user/building.rst index 4eded64e3..d2608f357 100644 --- a/doc/source/user/building.rst +++ b/doc/source/user/building.rst @@ -6,7 +6,7 @@ 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. |