-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
82 lines (77 loc) · 2.1 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
72
73
74
75
76
77
78
79
80
81
82
project:
type: book
output-dir: docs
resources: assets/
execute:
freeze: auto
# organization
book:
title: "Inspect Element"
subtitle: "The practitioner's guide to hypothesis-driven data investigations"
search: true
image: assets/inspect-element-logo.jpg
favicon: assets/favicon/favicon.ico
# cover-image: assets/ida.webm
# cover-image-alt: |
# A Google Knowlege Panel of Ida Tarbell stained different colors from an audit.
repo-url: https://github.com/yinleon/inspect-element
repo-actions: [edit]
site-url: https://inspectelement.org
twitter-card:
image: assets/inspect-element-logo.jpg
card-style: "summary_large_image"
image-width: 1200
image-height: 630
image-alt: "The inspect element logo"
open-graph:
title: Inspect Element
description: A guide to hypothesis-driven investigations
locale: us_EN
site-name: Inspect Element
image: assets/inspect-element-logo.jpg
image-width: 1200
image-height: 630
image-alt: "The inspect element logo"
sidebar:
# logo: assets/inspect-element-logo.jpg
collapse-level: 3
pinned: true
chapters:
- text: "Welcome"
file: index.qmd
- text: "Planning investigations"
part: start.ipynb
chapters:
- text: "Checklist"
file: checklist.ipynb
- part: build-your-own-datasets.ipynb
chapters:
- text: "Undocumented APIs"
file: apis.ipynb
- text: "Browser automation"
file: browser_automation.ipynb
# - text: "Advanced usage"
# file: selenium_wire.ipynb
# - text: "Crowdsourcing"
# file: crowdsourcing.ipynb
- text: "Parsing with Xpath"
file: xpath.ipynb
- text: "Best practices"
file: best-practices-data-collection.ipynb
# - part: Designing experiments
# chapters:
# - text: "Classification"
# file: classification.ipynb
appendices:
- references.qmd
# - acknowledgements.qmd
# style choices
format:
html:
theme:
- cosmo
- custom.scss
callout-appearance: simple
number-sections: false
# misc
bibliography: references.bib