-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
103 lines (95 loc) · 2.42 KB
/
_config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
title: CS 533 Fall 2022
author: Michael D. Ekstrand
copyright: '2020–2022'
# logo: logo.png
exclude_patterns:
- .venv/*
- venv/*
- node_modules/*
- README.md
- assignments/A0/A0-Solution.ipynb
# bibtex_bibfiles:
# - references.bib
repository:
url: https://github.com/mdekstrand/cs533-web
branch: main
parse:
myst_heading_anchors: 2
myst_enable_extensions:
- colon_fence
- deflist
- dollarmath
- linkify
- substitution
myst_substitutions:
moverview: 🧐
mcal: 📅
mvideo: 🎥
mbook: 📖
mdoc: 📃
mclass: 👨🏫
mnotebook: 📓
mnote: 📝
massignment: 📩
mtask: ✅
mtodo: ✅
mquiz: 🚩
mdownload: 🌠
LMS: Canvas
execute:
execute_notebooks: 'off'
exclude_patterns:
- assignments/*/*.ipynb
- resources/tutorials/*.ipynb
html:
use_issues_button: true
use_repository_button: true
use_edit_page_button: true
favicon: logo.png
extra_footer: |
<script data-goatcounter="https://cs533.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
comments:
utterances:
repo: mdekstrand/cs533-web
launch_buttons:
binderhub_url: ''
sphinx:
local_extensions:
admonitions: extensions
media: extensions
cleanups: extensions
schedule: extensions
config:
primary_domain: res
term: F22
course_start: 2022-08-22
break_week: 14
external_toc_exclude_missing: true
mathjax3_config:
tex:
macros:
E: "\\mathrm{E}"
Field: "\\mathcal{F}"
P: "\\mathrm{P}"
Cov: "\\mathrm{Cov}"
Cor: "\\mathrm{Cor}"
Var: "\\mathrm{Var}"
log: "\\operatorname{log}"
Odds: "\\operatorname{Odds}"
OR: "\\operatorname{OR}"
IND: "\\mathbb{I}"
Reals: "\\mathbb{R}"
HTML-CSS:
fonts: ["TeX"]
intersphinx_mapping:
python: [https://docs.python.org/3, null]
numpy: [https://numpy.org/doc/stable/, null]
scipy: [https://docs.scipy.org/doc/scipy/reference/, null]
pandas: [https://pandas.pydata.org/docs/, null]
seaborn: [https://seaborn.pydata.org/, null]
matplotlib: [https://matplotlib.org/, null]
sklearn: [https://scikit-learn.org/stable/, null]
statsmodels: [https://www.statsmodels.org/stable/, null]
seedbank: [https://seedbank.lenskit.org/en/stable, null]
xgboost: [https://xgboost.readthedocs.io/en/stable, null]