Skip to content

Backport PR #9225 on branch v2.1.x #9227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Backport PR #9225: update link to IPython stable doc
   PR Summary

Link was pointing to the old docs location which has not been updated in a couple of years.
Updating the link point users toward newer version of the same page; without warnings that this is old docs.

Hopefully it will also improve ranking of both page on Google,.

   PR Checklist

- [x] Has Pytest style unit tests
- [x] Code is PEP 8 compliant
- [x] New features are documented, with examples if plot related
- [x] Documentation is sphinx and numpydoc compliant
- [x] Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
- [x] Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way
  • Loading branch information
dstansby authored and MeeseeksDev[bot] committed Sep 25, 2017
commit 95f41b5158267a399329c40670e805fc01ca7197
2 changes: 1 addition & 1 deletion doc/users/shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ IPython to the rescue
shadow python built-in and can lead to hard to track bugs. To get IPython
integration without imports the use of the `%matplotlib` magic is
preferred. See
`ipython documentation <http://ipython.org/ipython-doc/stable/interactive/reference.html#plotting-with-matplotlib>`_
`ipython documentation <https://ipython.readthedocs.io/en/stable/interactive/reference.html#plotting-with-matplotlib>`_
.

Fortunately, `ipython <http://ipython.org/>`_, an enhanced
Expand Down