forked from berkeley-stat243/fall-2024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
60 lines (56 loc) · 1.54 KB
/
_quarto.yml
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
website:
site-url: https://stat243.berkeley.edu/fall-2024
sidebar:
style: docked
title: "Stat 243"
logo: assets/stat_bear.png
tools:
- icon: github
href: https://github.com/berkeley-stat243/fall-2024
contents:
- href: index.qmd
text: Home
- href: syllabus.qmd
text: Syllabus
- href: schedule.qmd
text: Schedule
- href: office_hours.qmd
text: Office Hours
- section: "Units"
contents:
- href: units/unit1-intro.qmd
text: "Unit 1 (UNIX intro)"
- href: units/unit2-dataTech.qmd
text: "Unit 2 (Data technologies)"
- href: units/unit3-bash.qmd
text: "Unit 3 (Bash shell)"
- href: units/unit4-goodPractices.qmd
text: "Unit 4 (Good practices)"
- section: "Labs"
contents:
- href: labs/lab0-setup.html
text: "Lab 0 (Optional setup)"
- href: labs/lab1-submission.html
text: "Lab 1 (Quarto/Git/Submission)"
- section: "Problem Sets"
contents:
- href: ps/ps1.qmd
- section: "How tos"
contents:
- howtos/accessPython.md
- howtos/accessUnixCommandLine.md
- howtos/installGit.md
- howtos/installQuarto.md
- howtos/submitPS.md
- howtos/windowsAndLinux.md
- href: license.qmd
text: License
format:
html:
theme: cosmo
css: assets/styles.css
toc: true
execute:
freeze: auto