@@ -9,18 +9,18 @@ website:
9
9
href : https://github.com/StateOfTheR/finistR2024
10
10
aria-label : GitHub
11
11
- text : " Instructions"
12
- href : instructions.qmd
13
- right :
12
+ href : instructions.qmd
13
+ right :
14
14
- text : " Graphiques avec Julia"
15
15
href : plotting_with_julia-1.qmd
16
16
- text : Algorithme
17
17
menu :
18
- - text : Initiation à Nimble
19
- href : 01_nimble.qmd
20
- - text : Un bon départ avec Python
21
- href : python_practice.qmd
22
- - text : Simulations
23
- href : simulator.qmd
18
+ - text : Initiation à Nimble
19
+ href : 01_nimble.qmd
20
+ - text : Un bon départ avec Python
21
+ href : python_practice.qmd
22
+ - text : Simulations
23
+ href : simulator.qmd
24
24
- text : Développement
25
25
menu :
26
26
- text : Pre-commit avec R
@@ -33,32 +33,31 @@ website:
33
33
href : pkg.qmd
34
34
- text : Réseaux de Neurones
35
35
menu :
36
- - text : Graph Neural Networks for bipartite graphs with pytorch_geometric
37
- href : Bipartite_GNN.qmd
36
+ - text : Graph Neural Networks for bipartite graphs with pytorch_geometric
37
+ href : Bipartite_GNN.qmd
38
38
- text : Déploiement
39
39
menu :
40
- - text : Déploiement Shiny
41
- href : shiny-deployment.qmd
40
+ - text : Déploiement Shiny
41
+ href : shiny-deployment.qmd
42
42
- text : " High performance computing"
43
43
menu :
44
- - text : " futureverse"
45
- href : futureverse.qmd
46
- - text : C++ depuis Python
47
- href : c_python.qmd
48
- - text : C++ depuis JAX
49
- href : c_jax.qmd
44
+ - text : " futureverse"
45
+ href : futureverse.qmd
46
+ - text : C++ depuis Python
47
+ href : c_python.qmd
48
+ - text : C++ depuis JAX
49
+ href : c_jax.qmd
50
50
aria-label : GitHub
51
51
- text : Web scrapping
52
52
href : 01_extract_env_data.qmd
53
53
- text : Reproductibilité
54
54
menu :
55
- - text : " Document paramétré en quarto"
56
- href : quarto_parametre.qmd
57
- - text : " Reproducibility with renv, docker, and rix"
58
- href : reproducibility.qmd
55
+ - text : " Document paramétré en quarto"
56
+ href : quarto_parametre.qmd
57
+ - text : " Reproducibility with renv, docker, and rix"
58
+ href : reproducibility.qmd
59
59
format :
60
60
html :
61
61
theme : flatly
62
62
highlight : tango
63
63
toc : true
64
-
0 commit comments