Skip to content

Commit

Permalink
Affichage du menu correction (#313)
Browse files Browse the repository at this point in the history
* corrections

* Automated changes

* Automated changes

* correction

* save

* Automated changes

* Automated changes

* retire slug

* retour slug

* Automated changes

* Automated changes

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: root <root@vscode-python-121321-0.vscode-python-121321.user-lgaliana.svc.cluster.local>
  • Loading branch information
3 people committed Oct 29, 2022
1 parent 003a625 commit 4438433
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/_default/menus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ main:
url: /course/annexes/references
weight: 91
parent: plus
- name: Corrections des exercices
url: /corrections
weight: 93
parent: plus
- name: Evaluation
url: /course/annexes/evaluation
weight: 95
Expand Down
10 changes: 9 additions & 1 deletion content/course/annexes/corrections/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ from utils import print_badges

## Partie 1: manipuler des données

### Retour sur numpy
Retour sur `numpy`

::: {.cell .markdown}
```{python}
Expand All @@ -36,6 +36,8 @@ print_badges("content/course/manipulation/01_numpy.qmd", correction=True)
```
:::

Exercices `pandas`:

::: {.cell .markdown}
```{python}
#| echo: false
Expand All @@ -46,6 +48,8 @@ print_badges("content/course/manipulation/02b_pandas_TP.qmd", correction=True)
```
:::

Exercices `geopandas`:

::: {.cell .markdown}
```{python}
#| echo: false
Expand All @@ -56,6 +60,8 @@ print_badges("content/course/manipulation/03_geopandas_TP.qmd", correction=True)
```
:::

Webscraping

::: {.cell .markdown}
```{python}
#| echo: false
Expand All @@ -66,6 +72,8 @@ print_badges("content/course/manipulation/04a_webscraping_TP.qmd", correction=Tr
```
:::

Expressions régulières:

::: {.cell .markdown}
```{python}
#| echo: false
Expand Down

0 comments on commit 4438433

Please sign in to comment.