8000 Fix some old broken links · matplotlib/matplotlib@5bfb408 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bfb408

Browse files
committed
Fix some old broken links
1 parent 5c279dd commit 5bfb408

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

doc/api/prev_api_changes/api_changes_0.99.x.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ Changes beyond 0.99.x
6363
of the class :class:`matplotlib.backends.backend_pdf.PdfPages` for
6464
more information.
6565

66-
* Removed configobj_ and `enthought.traits`_ packages, which are only
66+
* Removed configobj and `enthought.traits`_ packages, which are only
6767
required by the experimental traited config and are somewhat out of
6868
date. If needed, install them independently.
6969

70-
.. _configobj: http://www.voidspace.org.uk/python/configobj.html
7170
.. _`enthought.traits`: http://code.enthought.com/pages/traits.html
7271

7372
* The new rc parameter ``savefig.extension`` sets the filename extension

doc/devel/MEP/MEP10.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Numpy docstring format
4545
----------------------
4646

4747
`Numpy docstring format
48-
<https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_:
48+
<https://numpydoc.readthedocs.io/en/latest/format.html#docstring-standard>`_:
4949
This format divides the docstring into clear sections, each having
5050
different parsing rules that make the docstring easy to read both as
5151
raw text and as HTML. We could consider alternatives, or invent our

doc/devel/MEP/MEP11.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ ordered from best/hardest to worst/easiest):
129129

130130
1. The distutils wininst installer allows a post-install script to
131131
run. It might be possible to get this script to run pip_ to
132-
install the other dependencies. (See `this thread
133-
<http://grokbase.com/t/python/distutils-sig/109bdnfhp4/distutils-ann-setuptools-post-install-script-for-bdist-wininst>`_
134-
for someone who has trod that ground before).
132+
install the other dependencies.
135133

136134
2. Continue to ship dateutil_, pytz_, six_ and pyparsing_ in
137135
our installer, but use the post-install-script to install them
@@ -177,4 +175,4 @@ out of the box.
177175
.. _pytz: https://pypi.org/project/pytz/
178176
.. _setuptools: https://pypi.org/project/setuptools/
179177
.. _six: https://pypi.org/project/six/
180-
.. _easy_install: https://setuptools.readthedocs.io/en/latest/easy_install.html
178+
.. _easy_install: https://setuptools.readthedocs.io/en/latest/deprecated/easy_install.html

0 commit comments

Comments
 (0)
0