Skip to content

Commit

Permalink
Merge pull request matplotlib#69 from jimustafa/master
Browse files Browse the repository at this point in the history
DOC: complete the transition to automatically built cheatsheets
  • Loading branch information
tacaswell authored Aug 28, 2021
2 parents 71e6d09 + 38e8e95 commit f5f1823
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 465 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# built cheatsheets and handouts
# ----------------------------------
cheatsheets*.pdf
cheatsheets*.png
handout-*.pdf
handout-*.png

# TeX auxiliary files
# ----------------------------------
*.aux
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Cheatsheets

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

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

# Handouts

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

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

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

# How to compile

Expand Down
22 changes: 22 additions & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Matplotlib Cheatsheets</title>
</head>
<body>
<h2>Matplotlib Cheatsheets</h2>
<ul>
<li><a href="./cheatsheets-1.png">cheatsheets-1.png</a></li>
<li><a href="./cheatsheets-2.png">cheatsheets-2.png</a></li>
<li><a href="./cheatsheets.pdf">cheatsheets.pdf</a></li>
<li><a href="./handout-beginner.pdf">handout-beginner.pdf</a></li>
<li><a href="./handout-beginner.png">handout-beginner.png</a></li>
<li><a href="./handout-intermediate.pdf">handout-intermediate.pdf</a></li>
<li><a href="./handout-intermediate.png">handout-intermediate.png</a></li>
<li><a href="./handout-tips.pdf">handout-tips.pdf</a></li>
<li><a href="./handout-tips.png">handout-tips.png</a></li>
</ul>
</body>
</html>
Binary file removed cheatsheets-1.png
Binary file not shown.
Binary file removed cheatsheets-2.png
Binary file not shown.
Binary file removed cheatsheets.pdf
Binary file not shown.
Binary file removed handout-beginner.pdf
Binary file not shown.
Binary file removed handout-beginner.png
Binary file not shown.
Binary file removed handout-intermediate.pdf
Binary file not shown.
Binary file removed handout-intermediate.png
Binary file not shown.
Binary file removed handout-tips.pdf
Binary file not shown.
Binary file removed handout-tips.png
Binary file not shown.
Binary file removed logos/matplotlib.pdf
Binary file not shown.
460 changes: 0 additions & 460 deletions logos/matplotlib.svg

This file was deleted.

0 comments on commit f5f1823

Please sign in to comment.