Skip to content

Commit 95f41b5

Browse files
dstansbyMeeseeksDev[bot]
authored and
MeeseeksDev[bot]
committed
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
1 parent fa24e8c commit 95f41b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/shell.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IPython to the rescue
3434
shadow python built-in and can lead to hard to track bugs. To get IPython
3535
integration without imports the use of the `%matplotlib` magic is
3636
preferred. See
37-
`ipython documentation <http://ipython.org/ipython-doc/stable/interactive/reference.html#plotting-with-matplotlib>`_
37+
`ipython documentation <https://ipython.readthedocs.io/en/stable/interactive/reference.html#plotting-with-matplotlib>`_
3838
.
3939

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

0 commit comments

Comments
 (0)