-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (42 loc) · 1.05 KB
/
_quarto.yml
File metadata and controls
44 lines (42 loc) · 1.05 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
project:
type: website
render:
- index.qmd
- parallel-julia.qmd
- parallel-matlab.qmd
- parallel-R.qmd
- parallel-python.qmd
- parallel-C.qmd
- license.qmd
website:
site-url: https://computing.stat.berkeley.edu/tutorial-parallelization
sidebar:
style: docked
title: "SCF Parallelization 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-parallelization
aria-label: GitHub
contents:
- href: index.qmd
text: Overview
- href: parallel-python.qmd
text: Parallel Python
- href: parallel-R.qmd
text: Parallel R
- href: parallel-julia.qmd
text: Parallel Julia
- href: parallel-matlab.qmd
text: Parallel MATLAB
- href: parallel-C.qmd
text: Parallel C/C++
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true