Skip to content

Commit 3660ca8

Browse files
authored
Version anglaise de l'intro à Geopandas (#528)
* First draft * Translatre * Add gitignore rules * rename * trad * remove * update * rm * add english chap
1 parent c5a9fb7 commit 3660ca8

20 files changed

+1425
-495
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ _site/
88
index-listing.json
99
index.html
1010
site_libs/
11+
.jupyter_cache/
12+
_freeze/
13+
content/manipulation/cog_2023.csv
1114

1215
*.png
1316
*.jpg

_quarto-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ project:
1919
- content/manipulation/02_pandas_suite.qmd
2020
- content/manipulation/02_pandas_suite_en.qmd
2121
- content/manipulation/03_geopandas_intro.qmd
22+
- content/manipulation/03_geopandas_intro_en.qmd
2223
- content/manipulation/02a_pandas_tutorial.qmd
2324
- content/manipulation/02b_pandas_TP.qmd
2425
- content/manipulation/03_geopandas_tutorial.qmd

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ project:
1212
- content/getting-started/06_rappels_fonctions.qmd
1313
- content/getting-started/07_rappels_classes.qmd
1414
- content/manipulation/index.qmd
15-
- content/manipulation/02_pandas_suite.qmd
16-
- content/manipulation/02_pandas_suite_en.qmd
15+
- content/manipulation/03_geopandas_intro.qmd
16+
- content/manipulation/03_geopandas_intro_en.qmd
1717
- content/visualisation/index.qmd
1818
- content/modelisation/index.qmd
1919
- content/NLP/index.qmd

0 commit comments

Comments
 (0)