Skip to content

Commit d41b920

Browse files
MarsMars
authored andcommitted
Add link and image of NumPy comcis
1 parent 4d22f78 commit d41b920

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ help: ## show this help
1616

1717
prepare:
1818
git submodule update --init
19-
python gen_config.py
19+
python3 gen_config.py
2020

2121
# All translations share the <team>.toml files in the en translation
2222
TEAMS_DIR = content/en/teams

content/en/contribute.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ Our community aspires to treat everyone equally and to value all
2929
contributions. We have a [Code of Conduct](/code-of-conduct) to foster an open
3030
and welcoming environment.
3131

32+
### 'How to Contribute to NumPy' comic
33+
For a visual guide, check out this [comic](https://heyzine.com/flip-book/3e66a13901.html).
34+
35+
<a href="https://heyzine.com/flip-book/3e66a13901.html">
36+
<img src="/images/numpy-comic.png"/>
37+
</a>
38+
3239
### Writing code
3340

3441
Programmers, this

images/numpy-comic.png

761 KB
Loading

0 commit comments

Comments
 (0)