File tree Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Expand file tree Collapse file tree 3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,10 @@ Changes beyond 0.99.x
63
63
of the class :class: `matplotlib.backends.backend_pdf.PdfPages ` for
64
64
more information.
65
65
66
- * Removed configobj _ and `enthought.traits `_ packages, which are only
66
+ * Removed configobj and `enthought.traits `_ packages, which are only
67
67
required by the experimental traited config and are somewhat out of
68
68
date. If needed, install them independently.
69
69
70
- .. _configobj : http://www.voidspace.org.uk/python/configobj.html
71
70
.. _`enthought.traits` : http://code.enthought.com/pages/traits.html
72
71
73
72
* The new rc parameter ``savefig.extension `` sets the filename extension
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Numpy docstring format
45
45
----------------------
46
46
47
47
`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 > `_:
49
49
This format divides the docstring into clear sections, each having
50
50
different parsing rules that make the docstring easy to read both as
51
51
raw text and as HTML. We could consider alternatives, or invent our
Original file line number Diff line number Diff line change @@ -129,9 +129,7 @@ ordered from best/hardest to worst/easiest):
129
129
130
130
1. The distutils wininst installer allows a post-install script to
131
131
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.
135
133
136
134
2. Continue to ship dateutil _, pytz _, six _ and pyparsing _ in
137
135
our installer, but use the post-install-script to install them
@@ -177,4 +175,4 @@ out of the box.
177
175
.. _pytz : https://pypi.org/project/pytz/
178
176
.. _setuptools : https://pypi.org/project/setuptools/
179
177
.. _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
You can’t perform that action at this time.
0 commit comments