diff options
| author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-04-28 15:32:13 -0500 |
|---|---|---|
| committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-04-28 15:32:13 -0500 |
| commit | 8f83fa577b01fbf5144ca9771ab91bd68f16bb7f (patch) | |
| tree | 5b61874f0596df75df2995f293c14e7df6617cd2 | |
| parent | b7f2b970d975b654bb91e7d3c2b948c37d41b1f5 (diff) | |
| download | numpy-8f83fa577b01fbf5144ca9771ab91bd68f16bb7f.tar.gz | |
Fix other comments from Ross and make it ImportError specific
| -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: |
