Skip to content

Commit 5509d8b

Browse files
committed
tentative format yaml
1 parent b0ba8b4 commit 5509d8b

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed

.github/workflows/website.yml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
Rscript -e "install.packages(c('simulator', 'simpr', 'SimEngine', 'DT', 'withr', 'bench'))"
2626
Rscript -e "install.packages(c('future', 'furrr', 'purrr', 'cli', 'RhpcBLASctl'))"
2727
Rscript -e "install.packages('rix', repos = c('https://b-rodrigues.r-universe.dev', 'https://cloud.r-project.org'))"
28-
- name: Additional Python packages
2928
- name: Additional Python packages
3029
run: |
3130
pip install torch torch_geometric

_quarto.yml

+22-23
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ website:
99
href: https://github.com/StateOfTheR/finistR2024
1010
aria-label: GitHub
1111
- text: "Instructions"
12-
href: instructions.qmd
13-
right:
12+
href: instructions.qmd
13+
right:
1414
- text: "Graphiques avec Julia"
1515
href: plotting_with_julia-1.qmd
1616
- text: Algorithme
1717
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
2424
- text: Développement
2525
menu:
2626
- text: Pre-commit avec R
@@ -33,32 +33,31 @@ website:
3333
href: pkg.qmd
3434
- text: Réseaux de Neurones
3535
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
3838
- text: Déploiement
3939
menu:
40-
- text: Déploiement Shiny
41-
href: shiny-deployment.qmd
40+
- text: Déploiement Shiny
41+
href: shiny-deployment.qmd
4242
- text: "High performance computing"
4343
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
5050
aria-label: GitHub
5151
- text: Web scrapping
5252
href: 01_extract_env_data.qmd
5353
- text: Reproductibilité
5454
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
5959
format:
6060
html:
6161
theme: flatly
6262
highlight: tango
6363
toc: true
64-

0 commit comments

Comments
 (0)