-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
59 lines (54 loc) · 1.4 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
project:
type: book
output-dir: docs
## Global options that can be re-defined in each qmd file
format:
html:
toc: true
theme: [simplex, includes/aml4td.scss]
mainfont: 'Libre Franklin'
highlight-style: arrow
code-link: true
code-block-bg: "#f9fafd"
code-block-border-left: "#e1e7f6"
fig-width: 6
fig-height: 4.25
fig-align: center
tbl-cap-location: bottom
fig-cap-location: bottom
keep-md: false
execute:
freeze: auto
keep-md: false
# turn these on during development
message: false
warning: false
echo: false
## Define book style and declare qmd files to process
book:
title: "Python Computing Supplement"
date: last-modified
date-format: YYYY-MM-DD
site-url: https://bmreiniger.github.io/aml4td-computing-python
repo-url: https://github.com/bmreiniger/aml4td-computing-python/
sharing: [twitter, facebook, linkedin]
sidebar:
style: "docked"
title: " "
reader-mode: true
bread-crumbs: false
chapters:
- index.qmd
# - chapters/news.qmd
- chapters/contributing.qmd
- chapters/introduction.qmd
- chapters/whole-game.qmd
# - part: "Preparation"
# - chapters/initial-data-splitting.qmd
# - part: "Optmization"
# - part: "Classification"
# - part: "Regression"
# - part: "Characterization"
# - part: "Finalization"
bibliography: includes/references.bib
csl: includes/chicago-author-date-inline.csl