Skip to content

Commit f5f1823

Browse files
authored
Merge pull request #69 from jimustafa/master
DOC: complete the transition to automatically built cheatsheets
2 parents 71e6d09 + 38e8e95 commit f5f1823

14 files changed

+34
-465
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# built cheatsheets and handouts
2+
# ----------------------------------
3+
cheatsheets*.pdf
4+
cheatsheets*.png
5+
handout-*.pdf
6+
handout-*.png
7+
18
# TeX auxiliary files
29
# ----------------------------------
310
*.aux

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Cheatsheets
22

3-
![](./cheatsheets-1.png)
3+
![](https://matplotlib.org/cheatsheets/cheatsheets-1.png)
44

5-
![](./cheatsheets-2.png)
5+
![](https://matplotlib.org/cheatsheets/cheatsheets-2.png)
66

77
# Handouts
88

9-
![](./handout-beginner.png)
9+
![](https://matplotlib.org/cheatsheets/handout-beginner.png)
1010

11-
![](./handout-intermediate.png)
11+
![](https://matplotlib.org/cheatsheets/handout-intermediate.png)
1212

13-
![](./handout-tips.png)
13+
![](https://matplotlib.org/cheatsheets/handout-tips.png)
1414

1515
# How to compile
1616

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>

cheatsheets-1.png

-680 KB
Binary file not shown.

cheatsheets-2.png

-729 KB
Binary file not shown.

cheatsheets.pdf

-5.25 MB
Binary file not shown.

handout-beginner.pdf

-152 KB
Binary file not shown.

handout-beginner.png

-433 KB
Binary file not shown.

handout-intermediate.pdf

-114 KB
Binary file not shown.

handout-intermediate.png

-466 KB
Binary file not shown.

0 commit comments

Comments
 (0)