Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite4bd6d4

Browse files
committed
Redirect top-level downloads.html to Installation Guide
1 parent6226f03 commite4bd6d4

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-
<htmlxmlns="http://www.w3.org/1999/xhtml">
7-
<head>
8-
<metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/>
9-
10-
<title>matplotlib: downloads</title>
11-
12-
<linkrel="stylesheet"href="_static/mpl.css"type="text/css"/>
13-
</head>
14-
<body>
15-
<linkrel="shortcut icon"href="_static/favicon.ico">
16-
17-
<divstyle="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
18-
<ahref="index.html"><imgsrc="_static/logo2.png"border="0"alt="matplotlib"/></a>
19-
</div>
20-
21-
<divclass="related">
22-
<h3>Navigation</h3>
23-
<ul>
24-
<li><ahref="index.html">home</a></li>
25-
</ul>
26-
</div>
27-
28-
<divclass="document">
29-
<divclass="documentwrapper">
30-
<divclass="bodywrapper">
31-
<divclass="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<ahref="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<ahref="http://pypi.python.org/pypi/matplotlib">PyPI</a>.</p>
43-
44-
<p>Older releases, prior to version 1.2.0, are available
45-
on<ahref="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-
<divclass="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+
<htmllang="en">
3+
<head>
4+
<metacharset="utf-8">
5+
<metahttp-equiv="refresh"content="0;url=stable/users/installing/index.html"/>
6+
<linkrel="canonical"href="https://matplotlib.org/stable/users/installing/index.html"/>
7+
</head>
8+
<body>
9+
<h1>
10+
The page been moved<ahref="stable/users/installing/index.html">here</a>!
11+
</h1>
12+
</body>
6013
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp