generated from PovertyAction/ipa-python-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
50 lines (50 loc) · 1.26 KB
/
_quarto.yml
File metadata and controls
50 lines (50 loc) · 1.26 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
project:
type: website
output-dir: _site
website:
title: "Positron Introduction"
navbar:
left:
- href: index.qmd
text: Home
- text: Tutorials
menu:
- href: 01-getting-started.qmd
text: "Getting Started"
- href: 02-interface-overview.qmd
text: "Interface Overview"
- href: 03-interpreter-setup.qmd
text: "Interpreter Setup"
- href: 04-data-exploration.qmd
text: "Data Exploration"
- href: 05-python-workflow.qmd
text: "Python Workflow"
- href: 06-r-workflow.qmd
text: "R Workflow"
right:
- icon: github
href: https://github.com/PovertyAction/research-data-science-training
sidebar:
style: docked
search: true
contents:
- section: "Setup"
contents:
- 01-getting-started.qmd
- 02-interface-overview.qmd
- 03-interpreter-setup.qmd
- section: "Data Science"
contents:
- 04-data-exploration.qmd
- 05-python-workflow.qmd
- 06-r-workflow.qmd
format:
html:
theme: cosmo
toc: true
toc-depth: 3
code-copy: true
code-overflow: wrap
highlight-style: github
execute:
freeze: auto