-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
32 lines (30 loc) · 775 Bytes
/
_quarto.yml
File metadata and controls
32 lines (30 loc) · 775 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
project:
type: website
website:
site-url: https://computing.stat.berkeley.edu/tutorial-dask-future
sidebar:
style: docked
title: "SCF Dask and Future Tutorial"
logo: assets/img/logo.svg
logo-href: https://statistics.berkeley.edu
logo-alt: "UC Berkeley Statistics logo"
tools:
- icon: github
href: https://github.com/berkeley-scf/tutorial-dask-future
aria-label: GitHub
contents:
- href: index.qmd
text: Overview
- href: python-dask.qmd
text: Dask in Python
- href: python-ray.qmd
text: Ray in Python
- href: R-future.qmd
text: future in R
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true