Skip to content

Commit 4ab61f2

Browse files
committed
add html redirect.
1 parent fbf6b2a commit 4ab61f2

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

index.html

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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+
<meta http-equiv="refresh" content="0; url=http://scikit-learn.github.io/stable" />
7+
<html xmlns="http://www.w3.org/1999/xhtml">
8+
<head>
9+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10+
11+
12+
<title>scikit-learn: machine learning in Python &mdash; scikit-learn 0.16.1 documentation</title>
13+
<!-- htmltitle is before nature.css - we use this hack to load bootstrap first -->
14+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
15+
<link rel="stylesheet" href="_static/css/bootstrap.min.css" media="screen" />
16+
<link rel="stylesheet" href="_static/css/bootstrap-responsive.css"/>
17+
18+
19+
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
20+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
21+
<link rel="stylesheet" href="_static/gallery.css" type="text/css" />
22+
23+
<script type="text/javascript">
24+
var DOCUMENTATION_OPTIONS = {
25+
URL_ROOT: './',
26+
VERSION: '0.16.1',
27+
COLLAPSE_INDEX: false,
28+
FILE_SUFFIX: '.html',
29+
HAS_SOURCE: true
30+
};
31+
</script>
32+
<script type="text/javascript" src="_static/jquery.js"></script>
33+
<script type="text/javascript" src="_static/underscore.js"></script>
34+
<script type="text/javascript" src="_static/doctools.js"></script>
35+
<script type="text/javascript" src="_static/js/copybutton.js"></script>
36+
<link rel="shortcut icon" href="_static/favicon.ico"/>
37+
<link rel="author" title="About these documents" href="about.html" />
38+
<link rel="top" title="scikit-learn 0.16.1 documentation" href="#" />
39+
<link rel="next" title="scikit-learn Tutorials" href="tutorial/index.html" />
40+
41+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
42+
<script src="_static/js/bootstrap.min.js" type="text/javascript"></script>
43+
<link rel="canonical" href="http://scikit-learn.org/stable/index.html" />
44+
</head>
45+
46+
</html>

0 commit comments

Comments
 (0)