generated from Sydney-Informatics-Hub/training-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (30 loc) · 722 Bytes
/
_quarto.yml
File metadata and controls
39 lines (30 loc) · 722 Bytes
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
project:
type: website
output-dir: docs
website:
title: "Parallel Python with Dask"
navbar:
background: primary
left:
- href: index.qmd
text: Home
- href: setup.html
text: "Setup"
- text: "Fundamentals"
href: notebooks/01a-pandas_fundamentals.html
- text: "Polars Dataframes"
href: notebooks/polars-intro.html
- text: "Dask"
href: notebooks/01b-TransitionToDask.html
- text: "Scientific Computing"
href: notebooks/01d-dask_delayed.html
format:
html:
theme: simplex
css: lesson.css
toc: true
code-overflow: wrap
highlight-style: github
wrap: preserve
execute:
output: asis