-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
61 lines (56 loc) · 1.47 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
project:
type: website
website:
title: "Finist'R 2023"
navbar:
left:
- icon: github
href: https://github.com/StateOfTheR/finistR2023
aria-label: GitHub
- text: "Instructions"
href: instructions.qmd
right:
- text: Enseignement
menu:
- text: Learnr
href: learnr.qmd
- text: exams
href: exams.qmd
aria-label: GitHub
- text: Workflow
menu:
- text: Initiation à Git
href: Utilisation_de_git.qmd
- text: Maintenir un docker multi-langage
href: how_to_maintain_a_dockerfile.qmd
- text: Issue - Reprex
href: issue_reprex.qmd
aria-label: GitHub
- text: Analyse statistique
menu:
- text: INLA
href: R_INLA.qmd
- text: Nouveau modèle Parsnip
href: tidymodels_build_new_model.qmd
- torch_test-brulee.qmd
aria-label: GitHub
- text: Programmation Efficace
menu:
- R-Julia-Geostats-v-fix-no-CairoMakie.qmd
- torch_Python_R_ResNet.qmd
- torch_Python_regression.qmd
- Intel_MKL.qmd
- torch_and_rcpp.qmd
- jax-getting-started.qmd
- text: Autour de PLN
menu:
- torch_R_PLN.qmd
- torch_Python-PLN.qmd
- jit-example-pln-jax.qmd
- jit-example-pln.qmd
aria-label: GitHub
format:
html:
theme: flatly
highlight: tango
toc: true