-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path_quarto.yml
More file actions
140 lines (126 loc) · 3.76 KB
/
_quarto.yml
File metadata and controls
140 lines (126 loc) · 3.76 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
project:
type: website
render:
- index.qmd
- 404.qmd
- content/getting-started/index.qmd
- content/getting-started/01_environment.qmd
- content/getting-started/02_data_analysis.qmd
- content/getting-started/03_revisions.qmd
- content/manipulation/index.qmd
- content/manipulation/01_numpy.qmd
- content/manipulation/02_pandas_intro.qmd
- content/manipulation/02_pandas_suite.qmd
- content/manipulation/02a_pandas_tutorial.qmd
- content/manipulation/02b_pandas_TP.qmd
- content/manipulation/03_geopandas_intro.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/05_parquet_s3.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_classification.qmd
- content/modelisation/3_regression.qmd
- content/modelisation/4_featureselection.qmd
- content/modelisation/5_clustering.qmd
- content/modelisation/6_pipeline.qmd
- content/modelisation/7_mlapi.qmd
- content/NLP/index.qmd
- content/NLP/01_intro.qmd
- content/NLP/02_exoclean.qmd
- content/NLP/03_embedding.qmd
- content/git/index.qmd
- content/git/introgit.qmd
- content/git/exogit.qmd
- content/annexes/about.qmd
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
profile:
default: fr
group: [fr, en]
execute:
cache: true
keep-ipynb: true
# WEBSITE ARCHITECTURE ---------------------
website:
page-navigation: true
back-to-top-navigation: true
reader-mode: true
navbar:
background: "white"
search: true
title: false
left:
- file: index.qmd
text: Home
- sidebar:introduction
- sidebar:manipulation
- sidebar:communication
- sidebar:modelisation
- sidebar:NLP
- sidebar:git
- sidebar:appendix
tools:
- icon: github
href: https://github.com/linogaliana/python-datascientist
comments:
giscus:
repo: linogaliana/python-datascientist
twitter-card: true
site-url: https://pythonds.linogaliana.fr
repo-url: https://github.com/linogaliana/python-datascientist
repo-branch: main
issue-url: https://github.com/linogaliana/python-datascientist/issues/new
repo-actions: [edit, issue]
format:
html:
include-after-body: build/js/mac.html
respect-user-color-scheme: true
theme:
light: [cosmo, styles/custom.scss, styles/custom-light.scss]
dark: [cosmo, styles/custom.scss, styles/custom-dark.scss]
css: styles/styles.css
toc: true
code-overflow: wrap
grid:
sidebar-width: 250px
body-width: 900px
margin-width: 300px
highlight-style: monokai
anchor-sections: true
ipynb: default
# PAGE OPTIONS ---------------------
filters:
- at: pre-ast
path: _extensions/linogaliana/lang-switch/lang-notebook.lua
- at: pre-ast
path: _extensions/linogaliana/lang-switch/warninglang.lua
- at: pre-ast
path: _extensions/linogaliana/callout/callout-notebook.lua
- include-code-files
- build/replace-title.lua
- _extensions/linogaliana/details-iframe/details.lua
- _extensions/linogaliana/lang-switch/button.lua
crossref:
chapters: true
date-format: iso
number-sections: true
wrap: preserve
format-links: false
validate-yaml: false
keep-ipynb: true
lightbox: auto
google-scholar: true
highlight-style: a11y
#author: Lino Galiana
#date: today
#page-layout: article
#title-block-banner: "#e9f3fa"
#commentable: true