-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path_quarto-test.yml
More file actions
98 lines (86 loc) · 2.12 KB
/
_quarto-test.yml
File metadata and controls
98 lines (86 loc) · 2.12 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
project:
type: website
render:
- index.qmd
- 404.qmd
- content/getting-started/index.qmd
- content/manipulation/index.qmd
- content/visualisation/index.qmd
- content/getting-started/01_environment.qmd
- content/modelisation/index.qmd
- content/NLP/index.qmd
- content/annexes/corrections.qmd
- content/annexes/evaluation.qmd
- content/git/*.qmd
- content/annexes/about.qmd
- content/annexes/evaluation.qmd
- content/annexes/corrections.qmd
profile:
default: fr
group: [fr, en]
execute:
cache: 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:modern
- 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:
theme:
light: [lightly, styles/custom.scss, styles/custom-light.scss]
dark: [darkly, styles/custom.scss, styles/custom-dark.scss]
css: styles/styles.css
toc: true
code-overflow: wrap
include-in-header:
- build/toggle.js
ipynb: default
# PAGE OPTIONS ---------------------
filters:
- build/replace-title.lua
- build/lang-notebook.lua
#- black-formatter
- include-code-files
crossref:
chapters: true
author: Lino Galiana
date: today
date-format: iso
page-layout: article
title-block-banner: "#e9f3fa"
number-sections: true
wrap: preserve
format-links: false
validate-yaml: false
keep-ipynb: true
lightbox: auto
google-scholar: true
commentable: true