Skip to content

Commit

Permalink
Retour du chapitre API (#228)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
linogaliana and github-actions[bot] committed May 31, 2022
1 parent 4fc58e5 commit 1ca1a8a
Show file tree
Hide file tree
Showing 3 changed files with 777 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/tweak_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
lines = f.read().splitlines()

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

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

Expand Down
1 change: 1 addition & 0 deletions content/course/manipulation/01_numpy/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ summary: |
d'aller plus loin.
---


Pour essayer les exemples présents dans ce tutoriel :

```{python}
Expand Down

0 comments on commit 1ca1a8a

Please sign in to comment.