Skip to content

Commit 1ca1a8a

Browse files
Retour du chapitre API (#228)
* retour chaptire * fix problem tp * Automated changes * typo * Automated changes * Automated changes Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4fc58e5 commit 1ca1a8a

File tree

3 files changed

+777
-1
lines changed

3 files changed

+777
-1
lines changed

build/tweak_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
lines = f.read().splitlines()
88

99
lines = [l for l in lines if l.endswith('.qmd') ]
10-
lines += [f"content/course/{dir}/index.md" for dir in ["manipulation","visualisation","modelisation"]]
10+
lines += [f"content/course/{dir}/index.qmd" for dir in ["manipulation","visualisation","modelisation"]]
1111

1212
config['project']['render'] = lines
1313

content/course/manipulation/01_numpy/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ summary: |
1717
d'aller plus loin.
1818
---
1919

20+
2021
Pour essayer les exemples présents dans ce tutoriel :
2122

2223
```{python}

0 commit comments

Comments
 (0)