-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
65 lines (58 loc) · 1.49 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
project:
type: book
output-dir: docs
execute:
freeze: auto
eval: true
echo: true
warning: true
message: false
cache: true
jupyter: julia-1.10
book:
title: "Tidier Data Science with Julia"
author: "Guilherme Vituri and Christoph Scheuch"
date: "15/08/2024"
repo-url: https://github.com/vituri/TidierBook2
page-navigation: true
reader-mode: true
page-footer:
left: |
This book is part of the <a href="https://github.com/TidierOrg/Tidier.jl">Tidier organization</a>, bringing joy to
data science in Julia.
right: |
This book was built with <a href="https://quarto.org/">Quarto</a>.
chapters:
- index.qmd
- part: "Part 1: Julia basics"
# chapters:
# - dataframes.qmd
- part: dataframes.qmd
chapters:
- dataframes-rows.qmd
- dataframes-columns.qmd
# - dataframes-groups.qmd
# - part: "Part 2: Dataframes"
- part: "Part 3: Reading data"
- part: "Part 4: Plotting data"
- part: "Part 5: Applications"
chapters:
- references.qmd
# - introduction.qmd
# - data-visualization.qmd
# - workflow-basics.qmd
# - data-transformation.qmd
# - workflow-code-style.qmd
# - data-tidying.qmd
# - workflow-scripts-and-projects.qmd
# - data-import.qmd
# - workflow-getting-help.qmd
bibliography: references.bib
biblio-style: apalike
link-citations: true
links-as-notes: true
format:
html:
theme: cosmo
codee-link: true
callout-appearance: simple