-
Notifications
You must be signed in to change notification settings - Fork 3
/
_quarto.yml
45 lines (40 loc) · 1010 Bytes
/
_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
project:
type: book
output-dir: docs
book:
title: "Introduction to `pyspark`"
author: "Pedro Duarte Faria"
date: "today"
google-analytics: "G-G42L33VM26"
navbar:
background: "#164e80"
left:
- text: "Visit the author's blog"
href: "https://pedro-faria.netlify.app/"
right:
- icon: github
href: "https://github.com/pedropark99/Introd-pyspark"
edition: "First edition"
cover-image: "Cover/cover1.png"
chapters:
- index.qmd
- Chapters/02-python.qmd
- Chapters/03-spark.qmd
- Chapters/04-dataframes.qmd
- Chapters/04-columns.qmd
- Chapters/05-transforming.qmd
- Chapters/07-import.qmd
- Chapters/06-dataframes-sql.qmd
- Chapters/08-transforming2.qmd
- Chapters/07-export.qmd
- Chapters/09-strings.qmd
- Chapters/10-datetime.qmd
- Chapters/11-window.qmd
- Chapters/references.qmd
bibliography: references.bib
number-sections: true
format:
html:
theme:
- cosmo
- theme.scss