Skip to content

Commit 1ef97df

Browse files
linogalianaantukigithub-actions[bot]
authored
Relecture chapitre geopandas (#289)
* modifie options * relec 03_geopandas_tutorial (#288) * change social link * up * solve * reformule * Automated changes * Automated changes * update node * Utilise cartiflette * continue la reprise * cartiflette again * projection * update * change name * change function * change variable name * coquille * eval false la fin * Automated changes * Automated changes * details * Automated changes * rendu * Automated changes * Automated changes * carte 31 * Automated changes * Automated changes * Highlight * Automated changes * Automated changes * hightlight retire * Automated changes * Automated changes Co-authored-by: Kim A <kim.antunez@ensae.fr> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06c26d9 commit 1ef97df

File tree

4 files changed

+353
-179
lines changed

4 files changed

+353
-179
lines changed

build/tweak_options_quarto.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ def clean_overwrite_file(fl):
1212
content = read_file(fl)
1313
content = re.sub("#\|echo: false", "", content)
1414
content = re.sub("#\| echo: false", "", content)
15+
content = re.sub("echo: false", "", content) #if in header
16+
content = re.sub("echo:false", "", content) #if in header
1517
content = re.sub("#\|include: false", "", content)
1618
content = re.sub("#\| include: false", "", content)
19+
content = re.sub("include: false", "", content) #if in header
20+
content = re.sub("include:false", "", content) #if in header
1721
write_file(fl, content)
1822

1923
if __name__ == '__main__':

config/_default/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Hugo Documentation: https://gohugo.io/getting-started/configuration/#all-configuration-settings
44
# This file is formatted using YAML syntax - learn more at https://learnxinyminutes.com/docs/yaml/
55

6-
title: "Python pour les data scientists et économistes" # Website name
6+
title: "Python pour la data-science" # Website name
77
baseURL: "/" # Website URL
88

99
############################

content/course/manipulation/02b_pandas_TP/index.qmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ output: false
2424
eval: false
2525
---
2626

27-
28-
Les exemples de ce TP sont visualisables sous forme de `Notebooks`:
27+
Les exemples de ce TP sont visualisables sous forme de `Jupyter Notebooks`:
2928

3029
::: {.cell .markdown}
3130
```{python}

0 commit comments

Comments
 (0)