Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d50b5c

Browse files
committed
Update download page to include current git master
1 parent adfb675 commit 2d50b5c

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

downloads.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,17 @@ <h2>1.1.1 — Previous stable version</h2>
9191

9292
<h2>Other downloads</h2>
9393

94-
<a href="https://sourceforge.net/projects/matplotlib/files/">Older
95-
and miscellaneous downloads.</a>
94+
<ul>
95+
<li>
96+
<a href="https://github.com/matplotlib/matplotlib/archive/master.tar.gz">The
97+
latest master in the github repository.</a>
98+
</li>
99+
100+
<li>
101+
<a href="https://sourceforge.net/projects/matplotlib/files/">Older
102+
and miscellaneous downloads.</a>
103+
</li>
104+
</ul>
96105

97106
</body>
98107
</html>

downloads.tpl.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,17 @@ <h2>{{version}} — {{description}}</h2>
4545

4646
<h2>Other downloads</h2>
4747

48-
<a href="https://sourceforge.net/projects/matplotlib/files/">Older
49-
and miscellaneous downloads.</a>
48+
<ul>
49+
<li>
50+
<a href="https://github.com/matplotlib/matplotlib/archive/master.tar.gz">The
51+
latest master in the github repository.</a>
52+
</li>
53+
54+
<li>
55+
<a href="https://sourceforge.net/projects/matplotlib/files/">Older
56+
and miscellaneous downloads.</a>
57+
</li>
58+
</ul>
5059

5160
</body>
5261
</html>

versions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<ul>
44
<li><a href="/1.2.0/index.html">1.2.0</a> Latest stable version.</a></li>
55
<li><a href="/1.1.1/index.html">1.1.1</a> Last stable version.</a></li>
6+
<li><a href="/dev/index.html">dev</a> Development version.</a></li>
67
</ul>

0 commit comments

Comments
 (0)