-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
82 lines (65 loc) · 1.93 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
project:
type: website
website:
title: "Formation R - ISEE 2024"
navbar:
tools:
- icon: github
menu:
- text: Ma page github
url: https://github.com/NoeBarthelemy
- text: Code source du site
url: https://github.com/NoeBarthelemy/Formation-R---ISEE-2024/tree/34caac27f3d72bfecaac51aeb44c894d4cbc45ff
search: true
left:
- href: Sommaire_cours.qmd
text: "La formation R"
- href: Fonctions_utiles.qmd
text: "Fonctions utiles & exemples"
- href: Trouver_de_laide.qmd
text: "Besoin d'aide ?"
- href: Charte_bonnes_pratiques.qmd
text: "Charte des bonnes pratiques (PDF)"
sidebar:
- title: "La formation R"
style: "docked"
search: true
contents:
- Sommaire_cours.qmd
- href: Jeu_de_donnees_RP2019.qmd
text: "Jeu de données RP 2019"
- href: 01_Cours_1_Les_bases.qmd
text: "Cours N°1 : Les bases"
- href: 02_Cours_2_Analyser_le_RP.qmd
text: "Cours N°2 : Analyse du RP"
- href: 03_Cours_3_Rmarkdown.qmd
text : "Cours N°3 : Rmarkdown"
- href: 04_Cours_4_Tidyverse.qmd
text: "Cours N°4 : Le Tidyverse"
- href: 05_Cours_5_DataViz.qmd
text: "Cours N°5 : Data Viz'"
- href: 06_Cours_6_SQL_et_R.qmd
text: "Cours N°6 : SQL & R"
- title: "Besoin d'aide ?"
contents:
- Trouver_de_laide.qmd
# navigation items
- title: "Charte des bonnes pratiques (PDF)"
contents:
- Charte_bonnes_pratiques.qmd
# navigation items
- title: "Fonctions utiles & exemples"
contents:
- Fonctions_utiles.qmd
# navigation items
format:
html:
theme: Litera
css: styles.css
toc: true
width: 100%
grid:
sidebar-width: 320px
body-width: 980px
margin-width: 550px
editor: visual