Skip to content

Commit b84a971

Browse files
committed
add directory listing to deployed GH Pages site
1 parent afc7c60 commit b84a971

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

build/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1">
6+
<title>Matplotlib Cheatsheets</title>
7+
</head>
8+
<body>
9+
<h2>Matplotlib Cheatsheets</h2>
10+
<ul>
11+
<li><a href="./cheatsheets-1.png">cheatsheets-1.png</a></li>
12+
<li><a href="./cheatsheets-2.png">cheatsheets-2.png</a></li>
13+
<li><a href="./cheatsheets.pdf">cheatsheets.pdf</a></li>
14+
<li><a href="./handout-beginner.pdf">handout-beginner.pdf</a></li>
15+
<li><a href="./handout-beginner.png">handout-beginner.png</a></li>
16+
<li><a href="./handout-intermediate.pdf">handout-intermediate.pdf</a></li>
17+
<li><a href="./handout-intermediate.png">handout-intermediate.png</a></li>
18+
<li><a href="./handout-tips.pdf">handout-tips.pdf</a></li>
19+
<li><a href="./handout-tips.png">handout-tips.png</a></li>
20+
</ul>
21+
</body>
22+
</html>

0 commit comments

Comments
 (0)