Skip to content

Commit d8bacc6

Browse files
authored
Ménage de printemps: retire les vieux chapitres inutiles (#615)
* update * parquet * Nouveauté * retire les chaps
1 parent 8e7bc4b commit d8bacc6

16 files changed

+793
-4344
lines changed

_quarto-fr.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ website:
3434
- content/manipulation/04a_webscraping_TP.qmd
3535
- content/manipulation/04c_API_TP.qmd
3636
- content/manipulation/04b_regex_TP.qmd
37+
- content/manipulation/05_parquet_s3.qmd
3738
- id: communication
3839
title: "Communiquer"
3940
#collapse-level: 2
@@ -65,16 +66,6 @@ website:
6566
- content/NLP/01_intro.qmd
6667
- content/NLP/02_exoclean.qmd
6768
- content/NLP/03_embedding.qmd
68-
- id: modern
69-
title: "Approfondissements"
70-
#collapse-level: 2
71-
contents:
72-
- href: content/modern-ds/index.qmd
73-
text: "Introduction"
74-
- content/modern-ds/continuous_integration.qmd
75-
- content/modern-ds/s3.qmd
76-
- content/modern-ds/elastic_approfondissement.qmd
77-
- content/modern-ds/elastic_intro.qmd
7869
- id: git
7970
title: "Git"
8071
#collapse-level: 2

_quarto-prod.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ project:
1919
- content/manipulation/04a_webscraping_TP.qmd
2020
- content/manipulation/04c_API_TP.qmd
2121
- content/manipulation/04b_regex_TP.qmd
22+
- content/manipulation/05_parquet_s3.qmd
2223
- content/visualisation/index.qmd
2324
- content/visualisation/matplotlib.qmd
2425
- content/visualisation/maps.qmd
@@ -35,11 +36,7 @@ project:
3536
- content/NLP/01_intro.qmd
3637
- content/NLP/02_exoclean.qmd
3738
- content/NLP/03_embedding.qmd
38-
- content/modern-ds/index.qmd
39-
- content/modern-ds/continuous_integration.qmd
4039
- content/modern-ds/s3.qmd
41-
- content/modern-ds/elastic_approfondissement.qmd
42-
- content/modern-ds/elastic_intro.qmd
4340
- content/git/index.qmd
4441
- content/git/introgit.qmd
4542
- content/git/exogit.qmd
@@ -73,7 +70,6 @@ website:
7370
- sidebar:communication
7471
- sidebar:modelisation
7572
- sidebar:NLP
76-
- sidebar:modern
7773
- sidebar:git
7874
- sidebar:appendix
7975
tools:

_quarto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project:
44
- index.qmd
55
- 404.qmd
66
- content/getting-started/index.qmd
7-
- content/getting-started/01_environment.qmd
7+
- content/manipulation/05_parquet_s3.qmd
88

99
profile:
1010
default: fr
@@ -33,7 +33,6 @@ website:
3333
- sidebar:communication
3434
- sidebar:modelisation
3535
- sidebar:NLP
36-
- sidebar:modern
3736
- sidebar:git
3837
- sidebar:appendix
3938
tools:

0 commit comments

Comments
 (0)