Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339880f commit d019703Copy full SHA for d019703
Makefile
@@ -21,7 +21,6 @@ clean:
21
22
release: ${DISTFILES}
23
rm -f MANIFEST;\
24
- ${PYTHON} license.py ${VERSION} license/LICENSE;\
25
${PYTHON} setup.py sdist --formats=gztar,zip;
26
27
pyback:
doc/users/prev_whats_new/changelog.rst
@@ -4,8 +4,8 @@ List of changes to Matplotlib prior to 2015
4
===========================================
5
6
This is a list of the changes made to Matplotlib from 2003 to 2015. For more
7
-recent changes, please refer to the `what's new <../whats_new>`_ or
8
-the `API changes <../api/api_changes>`_.
+recent changes, please refer to the `what's new <../whats_new.html>`_ or
+the `API changes <../../api/api_changes.html>`_.
9
10
2015-11-16 Levels passed to contour(f) and tricontour(f) must be in increasing
11
order.
0 commit comments