-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Change majority of redirected links in docs #7693
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,8 +87,8 @@ the gallery would remain in those directories until they are cleaned | |
up. After clean-up, they would be moved to one of the new gallery | ||
sections described above. "Clean-up" should involve: | ||
|
||
* `sphinx-gallery docstrings <https://sphinx-gallery.readthedocs.io/>`_: a | ||
title and a description of the example formatted as follows, at the top of | ||
* `sphinx-gallery docstrings <https://sphinx-gallery.readthedocs.io/en/latest/>`_: | ||
a title and a description of the example formatted as follows, at the top of | ||
the example:: | ||
|
||
""" | ||
|
@@ -141,8 +141,8 @@ page instead of the gallery examples. | |
references to that example. For example, the API documentation for | ||
`axes.py` and `pyplot.py` may use these examples to generate | ||
plots. Use your favorite search tool (e.g., grep, ack, `grin | ||
<http://pypi.python.org/pypi/grin>`_, `pss | ||
<http://pypi.python.org/pypi/pss>`_) to search the matplotlib | ||
<https://pypi.python.org/pypi/grin>`_, `pss | ||
<https://pypi.python.org/pypi/pss>`_) to search the matplotlib | ||
package. See `2dc9a46 | ||
<https://github.com/tonysyu/matplotlib/commit/2dc9a4651e5e566afc0866c603aa8d06aaf32b71>`_ | ||
and `aa6b410 | ||
|
@@ -192,10 +192,10 @@ the entry point to these examples, and sections could really help users | |
navigate the gallery. Thus, tags are complementary to this reorganization. | ||
|
||
|
||
.. _PEP8: http://www.python.org/dev/peps/pep-0008/ | ||
.. _PEP8: https://www.python.org/dev/peps/pep-0008/ | ||
|
||
.. [1] http://github.com/matplotlib/matplotlib/pull/714 | ||
.. [2] http://github.com/matplotlib/matplotlib/issues/524 | ||
.. [1] https://github.com/matplotlib/matplotlib/pull/714 | ||
.. [2] https://github.com/matplotlib/matplotlib/issues/524 | ||
.. [3] http://matplotlib.1069221.n5.nabble.com/Matplotlib-gallery-td762.html#a33379091 | ||
.. [4] http://www.loria.fr/~rougier/teaching/matplotlib/ | ||
.. [5] http://www.loria.fr/~rougier/coding/gallery/ | ||
.. [4] http://www.labri.fr/perso/nrougier/teaching/matplotlib/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this a typo? Would have guessed it should be There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It might be a typo on that website, yes! /perso/ works, but http://www.labri.fr/person/nrougier/teaching/matplotlib/ gives a 404 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "perso" = French abbrev. for "personal" so it's probably intended as such. |
||
.. [5] http://www.labri.fr/perso/nrougier/coding/gallery/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's an unfortunate redirect; would have been nice if they didn't do that.