Skip to content

Commit 1683b28

Browse files
committed
update
1 parent 3fe29af commit 1683b28

File tree

400 files changed

+55304
-11284
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+55304
-11284
lines changed

DOCS/tutorial/interactive.html

+365-183
Large diffs are not rendered by default.

DOCS/tutorial/interpreter.html

+723-265
Large diffs are not rendered by default.

DOCS/tutorial/introduction.html

+1,346-476
Large diffs are not rendered by default.

DOCS/tutorial/left.html

+40-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,42 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
22
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5+
<title>
6+
/Users/bryan/Downloads/https___docs.python.org_3_tutorial_index.html/docs.python.org/3/tutorial
7+
</title>
8+
<link
9+
rel="stylesheet"
10+
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
11+
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"
12+
crossorigin="anonymous"
13+
type="text/css"
14+
/>
15+
<link
16+
rel="stylesheet"
17+
href="https://cdn.jsdelivr.net/gh/bgoonz/GIT-CDN-FILES/dirhtml-left.css"
18+
/>
19+
</head>
320

4-
<head>
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<title>/Users/bryan/Downloads/https___docs.python.org_3_tutorial_index.html/docs.python.org/3/tutorial</title>
7-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"
8-
integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"
9-
type="text/css" />
10-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/bgoonz/GIT-CDN-FILES/dirhtml-left.css">
11-
</head>
12-
13-
<body>
14-
15-
<table border="0" cellspacing="1" cellpadding="2" summary="file table" class="file-table centered">
16-
<tr><td colspan="1" class="header-row"><b>Folders</b></td></tr>
17-
<tr><td><a href="./right.html" target="rframe">&lt;RETURN TO NAVIGATION&gt;</a></td></tr>
18-
</table>
19-
<br>
20-
21-
22-
</body>
23-
</html>
21+
<body>
22+
<table
23+
border="0"
24+
cellspacing="1"
25+
cellpadding="2"
26+
summary="file table"
27+
class="file-table centered"
28+
>
29+
<tr>
30+
<td colspan="1" class="header-row"><b>Folders</b></td>
31+
</tr>
32+
<tr>
33+
<td>
34+
<a href="./right.html" target="rframe"
35+
>&lt;RETURN TO NAVIGATION&gt;</a
36+
>
37+
</td>
38+
</tr>
39+
</table>
40+
<br />
41+
</body>
42+
</html>

DOCS/tutorial/modules.html

+1,547-526
Large diffs are not rendered by default.

DOCS/tutorial/right.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<p class="summary-style">
2828
Folders: 1<br>
2929
Files: 19<br>
30-
Size of all files: 862424 KB</p>
30+
Size of all files: 1146021 KB</p>
3131

3232
</body>
3333
</html>

0 commit comments

Comments
 (0)