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 /doc/source/user | |
parent | b7f2b970d975b654bb91e7d3c2b948c37d41b1f5 (diff) | |
download | numpy-8f83fa577b01fbf5144ca9771ab91bd68f16bb7f.tar.gz |
Fix other comments from Ross and make it ImportError specific
Diffstat (limited to 'doc/source/user')
-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 |
2 files changed, 6 insertions, 6 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 |