-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_quarto.yml
More file actions
62 lines (56 loc) · 1.67 KB
/
_quarto.yml
File metadata and controls
62 lines (56 loc) · 1.67 KB
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
project:
type: website
execute:
freeze: auto
website:
title: "ESCAP learning resources on RAP"
favicon: docs/images/favicon.drawio.svg
repo-url: https://github.com/ESCAP-SD/ESCAP_RAP_class
issue-url: https://github.com/ESCAP-SD/ESCAP_RAP_class/issues/new
repo-actions: [issue, source]
bread-crumbs: true
page-navigation: true
back-to-top-navigation: true
search: true
sidebar:
style: "docked"
type: "dark"
search: true
logo: docs/images/ESCAP_LOGO_OFFICIAL.png
logo-alt: logo
logo-href: https://escap-sd.github.io/ESCAP_RAP_class/docs/
border: true
tools:
- icon: github
href: https://github.com/ESCAP-SD/ESCAP_RAP_class
text: GitHub repo for the RAP learning resources
- icon: globe
href: https://stat-confluence.escap.un.org/display/WKP/Web+scraping+for+CPI%3A+Learning+Resources
text: "Wiki page: home page for main webscraping learning resources"
contents:
- href: docs/index.qmd
text: Overview
- section:
href: docs/teaching_materials/teaching.qmd
contents:
- docs/teaching_materials/sept_11/sept_11_session.qmd
- docs/teaching_materials/sept_18/sept_18_session.qmd
- section:
- href: docs/applying_rap/index.qmd
contents:
- notebooks/scraping_experiment.ipynb
- docs/applying_rap/mapping_the_process.qmd
- notebooks/rapifying_scraping_experiment.ipynb
page-footer:
left: "2024, ESCAP"
format:
html:
theme:
light: cosmo
dark: darkly
css: docs/styles.css
toc: true
grid:
sidebar-width: 350px
body-width: 900px
margin-width: 300px