Skip to content

Commit

Permalink
Ergonomie du site web (#421)
Browse files Browse the repository at this point in the history
* website navigation

* update

* version quarto

* Format link

* slides
  • Loading branch information
linogaliana committed Oct 4, 2023
1 parent 1c64660 commit 241cab3
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 192 deletions.
1 change: 1 addition & 0 deletions .github/workflows/netlify-test.yaml
Expand Up @@ -77,6 +77,7 @@ jobs:
conda list
- name: Convert in ipynb with Quarto
run: |
quarto --version
git diff --name-only origin/master origin/${GITHUB_HEAD_REF} >> diff
python build/tweak_render.py
python build/pimp_notebook.py
Expand Down
58 changes: 55 additions & 3 deletions _quarto.yml
Expand Up @@ -3,11 +3,62 @@ project:
pre-render: utils.py
render:
- index.qmd
- content/**/*.qmd
- slides/intro/index.qmd
- content/getting-started/index.qmd
- content/getting-started/01_installation.qmd
- content/getting-started/02_DS_environment.qmd
- content/getting-started/03_data_analysis.qmd
- content/getting-started/04_python_practice.qmd
- content/getting-started/05_rappels_types.qmd
- content/getting-started/06_rappels_fonctions.qmd
- content/getting-started/07_rappels_classes.qmd
- content/manipulation/index.qmd
- content/manipulation/01_numpy.qmd
- content/manipulation/02a_pandas_tutorial.qmd
- content/manipulation/02b_pandas_TP.qmd
- content/manipulation/03_geopandas_tutorial.qmd
- content/manipulation/03_geopandas_TP.qmd
- content/manipulation/04a_webscraping_TP.qmd
- content/manipulation/04c_API_TP.qmd
- content/manipulation/04b_regex_TP.qmd
- content/manipulation/07_dask.qmd
- content/manipulation/06a_exo_supp_webscraping.qmd
- content/visualisation/index.qmd
- content/visualisation/matplotlib.qmd
- content/visualisation/maps.qmd
- content/modelisation/index.qmd
- content/modelisation/0_preprocessing.qmd
- content/modelisation/1_modelevaluation.qmd
- content/modelisation/2_SVM.qmd
- content/modelisation/3_regression.qmd
- content/modelisation/4_featureselection.qmd
- content/modelisation/5_clustering.qmd
- content/modelisation/6_pipeline.qmd
- content/NLP/index.qmd
- content/NLP/01_intro.qmd
- content/NLP/02_exoclean.qmd
- content/NLP/03_lda.qmd
- content/NLP/04_word2vec.qmd
- content/NLP/05_exo_supp.qmd
- content/modern-ds/index.qmd
- content/modern-ds/continuous_integration.qmd
- content/modern-ds/dallE.qmd
- content/modern-ds/s3.qmd
- content/modern-ds/elastic_approfondissement.qmd
- content/modern-ds/elastic_intro.qmd
- content/git/index.qmd
- content/git/introgit.qmd
- content/git/exogit.qmd
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
- slides/intro/slides.qmd

website:
title: "Python pour la data science"
page-navigation: true
back-to-top-navigation: true
reader-mode: true
navbar:
background: "white"
left:
Expand Down Expand Up @@ -129,7 +180,7 @@ website:
contents:
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
- href: slides/intro/index.qmd
- href: slides/intro/slides.qmd
text: "Slides de présentation"


Expand All @@ -150,6 +201,7 @@ format:
crossref:
chapters: true

format-links: false
author: Lino Galiana
page-layout: article
title-block-banner: "#e9f3fa"
Expand Down
38 changes: 19 additions & 19 deletions content/annexes/corrections.qmd
Expand Up @@ -42,7 +42,7 @@ Exercices `pandas`:
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/manipulation/02b_pandas_TP.qmd", correction=True)
```
:::
Expand All @@ -54,7 +54,7 @@ Exercices `geopandas`:
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/manipulation/03_geopandas_TP.qmd", correction=True)
```
:::
Expand All @@ -66,7 +66,7 @@ Webscraping
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/manipulation/04a_webscraping_TP.qmd", correction=True)
```
:::
Expand All @@ -78,7 +78,7 @@ Expressions régulières:
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/manipulation/04b_regex_TP.qmd", correction=True)
```
:::
Expand All @@ -88,7 +88,7 @@ print_badges("content/manipulation/04b_regex_TP.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/manipulation/04c_API_TP.qmd", correction=True)
```
:::
Expand All @@ -101,7 +101,7 @@ print_badges("content/manipulation/04c_API_TP.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/visualisation/matplotlib.qmd", correction=True)
```
:::
Expand All @@ -111,7 +111,7 @@ print_badges("content/visualisation/matplotlib.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/visualisation/maps.qmd", correction=True)
```
:::
Expand All @@ -124,7 +124,7 @@ print_badges("content/visualisation/maps.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/0_preprocessing.qmd", correction=True)
```
:::
Expand All @@ -134,7 +134,7 @@ print_badges("content/modelisation/0_preprocessing.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/1_modelevaluation.qmd", correction=True)
```
:::
Expand All @@ -144,7 +144,7 @@ print_badges("content/modelisation/1_modelevaluation.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/2_SVM.qmd", correction=True)
```
:::
Expand All @@ -154,7 +154,7 @@ print_badges("content/modelisation/2_SVM.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/3_regression.qmd", correction=True)
```
:::
Expand All @@ -164,7 +164,7 @@ print_badges("content/modelisation/3_regression.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/4_featureselection.qmd", correction=True)
```
:::
Expand All @@ -174,7 +174,7 @@ print_badges("content/modelisation/4_featureselection.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/5_clustering.qmd", correction=True)
```
:::
Expand All @@ -184,7 +184,7 @@ print_badges("content/modelisation/5_clustering.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/modelisation/6_pipeline.qmd", correction=True)
```
:::
Expand All @@ -196,7 +196,7 @@ print_badges("content/modelisation/6_pipeline.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/NLP/01_intro.qmd", correction=True)
```
:::
Expand All @@ -206,7 +206,7 @@ print_badges("content/NLP/01_intro.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/NLP/02_exoclean.qmd", correction=True)
```
:::
Expand All @@ -216,7 +216,7 @@ print_badges("content/NLP/02_exoclean.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/NLP/03_lda.qmd", correction=True)
```
:::
Expand All @@ -226,7 +226,7 @@ print_badges("content/NLP/03_lda.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/NLP/04_word2vec.qmd", correction=True)
```
:::
Expand All @@ -237,7 +237,7 @@ print_badges("content/NLP/04_word2vec.qmd", correction=True)
#| echo: false
#| output: 'asis'
#| include: true
#| eval: true
#| eval: false
print_badges("content/NLP/05_exo_supp.qmd", correction=True)
```
:::
Expand Down

0 comments on commit 241cab3

Please sign in to comment.