This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
130 lines (123 loc) · 4.6 KB
/
index.html
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8" ?>
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" />
<title>IPython</title>
<style type="text/css">
body {
margin-top: 1.0em;
background-color: #e5e5e5;
font-family: Helvetica,Arial,FreeSans;
color: #000;
}
h1.title { font-size: 3.8em; color: #000;
margin-top: 0px; margin-bottom: 0px;
width:700px;
padding: 0px;
background-color: #e5e5e5;
font-weight: normal;
vertical-align: top;
font-family: AnonymousPro,Consolas,Fixed,monospace;
}
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none; font-weight: normal;}
div.document {
margin: 0px auto;
width: 700px;
border: 1px solid black;
background-color: white;
}
div.document p{ padding: 0px 8px;}
h2.subtitle {
padding: 0px 8px 0px 8px;
font-size: 1.5em;
margin: 0px;
}
div.section{
line-height: 1.4em;
padding: 10px;
font-size: 0.75em;
}
#logo{
padding: 12px;
padding-bottom: 0px;
padding-right: 32px;
}
div.section h1 {
margin-top: 0px;
border-bottom: 2px solid #666;
border-left: 1px solid #666;
padding: 2px;
font-size: 1.25em;
}
/* note style */
div.note {
margin: 10px;
background-color: #f7f7f7;
border: 1px solid black;
}
p.admonition-title {
margin-top: 0px;
background-color: #afc1c4;
border-bottom: 1px solid black;
font-weight: bold;
color: white;
font-size: 1.2em;
}
li { margin-bottom: .25em;}
a { color: black; font-weight: bold; text-decoration: none;}
a:hover { text-decoration: underline;}
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
.download { float: right; }
pre { background: #000; color: #fff; padding: 15px;}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.footer {
text-align: center;
padding-top: 8px;
font-style: italic;
font-size: x-small;
width: 680px;
margin-left: auto;
margin-right: auto;
}
</style>
</head>
<body>
<div class="document" id="ipython">
<h1 class="title"><a href="https://github.com/ipython"><img src="logo-50.png" id="logo"/>IPython</a></h1>
<h2 class="subtitle" id="an-interactive-python-environment">An Interactive Python Environment</h2>
<!-- automatically redirect to correct documentation page, when loaded from our GitHub hosted site: -->
<script type="text/javascript">
if (location.hostname == "ipython.org" || location.hostname == "ipython.github.com"){
window.location = "https://ipython.org/documentation.html";
}
</script><div class="note">
<p class="first admonition-title">Note</p>
<p class="last">This index page is not maintained. Please visit the IPython <a class="reference external" href="http://ipython.org/documentation.html">documentation page</a>.</p>
</div>
<div class="section" id="official-ipython-documentation">
<h1>Official IPython Documentation</h1>
<p>Our Main Manual:</p>
<!-- release -->
<ul class="simple">
<li>Current Development Version (0.13dev): <a class="reference external" href="dev/index.html">HTML</a>.</li>
<li>Current Stable Version (0.12.1): <a class="reference external" href="stable/index.html">HTML</a>.</li>
</ul>
<p>The manuals for all releases by number are here (note that we only have the
recent ones from the Sphinx build system):</p>
<ul class="simple">
<li>0.12.1: <a class="reference external" href="rel-0.12.1/index.html">HTML</a>.</li>
<li>0.12: <a class="reference external" href="rel-0.12/index.html">HTML</a>.</li>
<li>0.11: <a class="reference external" href="rel-0.11/index.html">HTML</a> and <a class="reference external" href="rel-0.11/ipython.pdf">PDF</a>.</li>
<li>0.10.2: <a class="reference external" href="rel-0.10.2/html">HTML</a> and <a class="reference external" href="rel-0.10.2/ipython.pdf">PDF</a>.</li>
<li>0.10.1: <a class="reference external" href="rel-0.10.1/html">HTML</a> and <a class="reference external" href="rel-0.10.1/ipython.pdf">PDF</a>.</li>
<li>0.10: <a class="reference external" href="rel-0.10/html">HTML</a> and <a class="reference external" href="rel-0.10/ipython.pdf">PDF</a>.</li>
<li>0.9.1: <a class="reference external" href="rel-0.9.1/html">HTML</a> and <a class="reference external" href="rel-0.9.1/ipython.pdf">PDF</a>.</li>
<li>0.9: <a class="reference external" href="rel-0.9/html">HTML</a> and <a class="reference external" href="rel-0.9/ipython.pdf">PDF</a>.</li>
</ul>
</div>
</div>
</body>
</html>