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

Skip to content

Commit e4bd6d4

Browse files
committed
Redirect top-level downloads.html to Installation Guide
1 parent 6226f03 commit e4bd6d4

File tree

1 file changed

+12
-59
lines changed

1 file changed

+12
-59
lines changed

downloads.html

Lines changed: 12 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,13 @@
1-
2-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4-
5-
6-
<html xmlns="http://www.w3.org/1999/xhtml">
7-
<head>
8-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9-
10-
<title>matplotlib: downloads</title>
11-
12-
<link rel="stylesheet" href="_static/mpl.css" type="text/css" />
13-
</head>
14-
<body>
15-
<link rel="shortcut icon" href="_static/favicon.ico">
16-
17-
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
18-
<a href="index.html"><img src="_static/logo2.png" border="0" alt="matplotlib"/></a>
19-
</div>
20-
21-
<div class="related">
22-
<h3>Navigation</h3>
23-
<ul>
24-
<li><a href="index.html">home</a></li>
25-
</ul>
26-
</div>
27-
28-
<div class="document">
29-
<div class="documentwrapper">
30-
<div class="bodywrapper">
31-
<div class="body">
32-
33-
<h1>Downloads</h1>
34-
35-
<p>The most convenient way to get matplotlib is to use a
36-
package management tool as described in
37-
the <a href="users/installing.html">installation
38-
instructions</a>.</p>
39-
40-
<p>If, however, you really need to access the downloads
41-
directly, they are available
42-
on <a href="http://pypi.python.org/pypi/matplotlib">PyPI</a>.</p>
43-
44-
<p>Older releases, prior to version 1.2.0, are available
45-
on <a href="http://sourceforge.net/projects/matplotlib/files/">SourceForge</a>.
46-
47-
<p>As of matplotlib 1.5, we are no longer making downloads
48-
available on SourceForge.</p>
49-
50-
</div>
51-
</div>
52-
</div>
53-
</div>
54-
55-
<div class="footer">
56-
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team; 2012 - 2014 The matplotlib development team.
57-
</div>
58-
59-
</body>
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="refresh" content="0;url=stable/users/installing/index.html" />
6+
<link rel="canonical" href="https://matplotlib.org/stable/users/installing/index.html" />
7+
</head>
8+
<body>
9+
<h1>
10+
The page been moved <a href="stable/users/installing/index.html">here</a>!
11+
</h1>
12+
</body>
6013
</html>

0 commit comments

Comments
 (0)