File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ help: ## show this help
16
16
17
17
prepare :
18
18
git submodule update --init
19
- python gen_config.py
19
+ python3 gen_config.py
20
20
21
21
# All translations share the <team>.toml files in the en translation
22
22
TEAMS_DIR = content/en/teams
Original file line number Diff line number Diff line change @@ -29,6 +29,13 @@ Our community aspires to treat everyone equally and to value all
29
29
contributions. We have a [ Code of Conduct] ( /code-of-conduct ) to foster an open
30
30
and welcoming environment.
31
31
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
+
32
39
### Writing code
33
40
34
41
Programmers, this
You can’t perform that action at this time.
0 commit comments