-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
71 lines (65 loc) · 1.58 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
project:
type: book
output-dir: docs
resources:
- "features/data/*.parquet"
- "features/data/feature_engineer.py"
book:
title: "Big Data Programming for Data Scientists"
author: "J. Hathaway"
date: "1/12/2023"
search: true
repo-url: https://github.com/byuibigdata/bdbook
repo-actions: [edit]
repo-branch: master
favicon: logo.png
twitter-card: true
site-url: https://byuibigdata.github.io/bdbook/
output-file: "byui_big_data"
downloads: [pdf]
chapters:
- index.qmd
- part: introduction.qmd
chapters:
- intro/bigdata.qmd
- intro/tools.qmd
- intro/projects.qmd
- intro/rules_thumb.qmd
- part: databricks.qmd
chapters:
- databricks/databricks_intro.qmd
- databricks/community_edition.qmd
- databricks/repo_navigation.qmd
- part: spark.qmd
chapters:
- spark/spark_part_guide.qmd
- spark/aggregations.qmd
- spark/spark_intro.qmd
- part: features.qmd
chapters:
- features/features_intro.qmd
- features/features_temporal.qmd
- part: docker.qmd
chapters:
- docker/docker_intro.qmd
- part: training.qmd
chapters:
- training/training_intro.qmd
comments:
hypothesis: true
bibliography: references.bib
format:
html:
theme: lumen
code-line-numbers: true
code-block-border-left: true
code-block-border-bottom: false
copy-images: yes
copy-files:
- "img/*"
- "downloads/*"
highlight-style: ayu
toc-depth: 3
# pdf:
# documentclass: scrreprt
# keep-tex: true