-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
45 lines (41 loc) · 1.02 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
project:
type: book
output-dir: docs
book:
favicon: data100_logo.png
title: "Data 100 Debugging Guide"
image: data100_logo.png
author: ["Yash Dave", "Lillian Weng"]
repo-url: https://github.com/DS-100/debugging-guide
search:
location: sidebar
type: textbox
chapters:
- index.md
- jupyter101/jupyter101.md
- jupyter_datahub/jupyter_datahub.md
- autograder_gradescope/autograder_gradescope.md
- pandas/pandas.md
- regex/regex.md
- visualizations/visualizations.md
- projA1/projA1.md
- projA2/projA2.md
- sql/sql.md
sidebar:
logo: "data100_logo.png"
format:
html:
theme: cosmo
toc: true
toc-depth: 5
toc-expand: 3 # depth to expand index
callout-icon: false
number-sections: false
pdf: default
# navbar:
# search: false
# right:
# - icon: github
# href: https://github.com/
# aria-label: GitHub
# - icon: arrows-fullscreen