forked from matplotlib/matplotlib.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownloads.tpl.html
More file actions
61 lines (45 loc) · 1.55 KB
/
downloads.tpl.html
File metadata and controls
61 lines (45 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>matplotlib: downloads</title>
<link rel="stylesheet" href="_static/mpl.css" type="text/css" />
</head>
<body>
<link rel="shortcut icon" href="_static/favicon.ico">
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
<a href="index.html"><img src="_static/logo2.png" border="0" alt="matplotlib"/></a>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li><a href="index.html">home</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>Downloads</h1>
{% for version, description, version_files in files %}
<h2>{{version}} — {{description}}</h2>
<ul>
{% for file in version_files %}
<li><a href="https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-{{version}}/{{file}}">{{file}}</a></li>
{% endfor %}
</ul>
{% endfor %}
<h2>Other downloads</h2>
<ul>
<li>
<a href="https://github.com/matplotlib/matplotlib/archive/master.tar.gz">The
latest master in the github repository.</a>
</li>
<li>
<a href="https://sourceforge.net/projects/matplotlib/files/">Older
and miscellaneous downloads.</a>
</li>
</ul>
</body>
</html>