diff options
-rw-r--r-- | doc/source/user/setting-up.rst | 2 | ||||
-rw-r--r-- | doc/source/user/troubleshooting-importerror.rst (renamed from doc/source/user/troubleshooting.rst) | 10 | ||||
-rw-r--r-- | numpy/core/__init__.py | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/user/setting-up.rst b/doc/source/user/setting-up.rst index 0210337cb..7ca3a365c 100644 --- a/doc/source/user/setting-up.rst +++ b/doc/source/user/setting-up.rst @@ -7,4 +7,4 @@ Setting up whatisnumpy install - troubleshooting + troubleshooting-importerror diff --git a/doc/source/user/troubleshooting.rst b/doc/source/user/troubleshooting-importerror.rst index ab6626bbc..f0af91751 100644 --- a/doc/source/user/troubleshooting.rst +++ b/doc/source/user/troubleshooting-importerror.rst @@ -1,11 +1,11 @@ -*************** -Troubleshooting -*************** +*************************** +Troubleshooting ImportError +*************************** .. note:: - Since this information may be updated regularly, please refer to the - most up to date version in the development version of the documentation. + Since this information may be updated regularly, please ensure you are + viewing the most `up-to-date version <https://numpy.org/devdocs/user/troubleshooting-importerror.html>`_. ImportError diff --git a/numpy/core/__init__.py b/numpy/core/__init__.py index b8a90e9ab..c77885954 100644 --- a/numpy/core/__init__.py +++ b/numpy/core/__init__.py @@ -32,7 +32,7 @@ installed. We have compiled some common reasons and troubleshooting tips at: - https://numpy.org/devdocs/user/troubleshooting.html + https://numpy.org/devdocs/user/troubleshooting-importerror.html Please note and check the following: |