-
Notifications
You must be signed in to change notification settings - Fork 173
/
_redirects
28 lines (28 loc) · 1.34 KB
/
_redirects
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
# Redirects from what the browser requests to what we serve
/01-data-hello /data-hello
/02-data-design /data-design
/03-data-applications /data-applications
/04-explore-categorical /explore-categorical
/05-explore-numerical /explore-numerical
/06-explore-applications /explore-applications
/07-model-slr /model-slr
/08-model-mlr /model-mlr
/09-model-logistic /model-logistic
/10-model-applications /model-applications
/11-foundations-randomization /foundations-randomization
/12-foundations-bootstrapping /foundations-bootstrapping
/13-foundations-mathematical /foundations-mathematical
/14-foundations-errors /foundations-errors
/15-foundations-applications /foundations-applications
/16-inference-one-prop /inference-one-prop
/17-inference-two-props /inference-two-props
/18-inference-tables /inference-tables
/19-inference-one-mean /inference-one-mean
/20-inference-two-means /inference-two-means
/21-inference-paired-means /inference-paired-means
/22-inference-many-means /inference-many-means
/23-inference-applications /inference-applications
/24-inf-model-slr /inf-model-slr
/25-inf-model-mlr /inf-model-mlr
/26-inf-model-logistic /inf-model-logistic
/27-inf-model-applications /inf-model-applications