-
Notifications
You must be signed in to change notification settings - Fork 0
/
_site.yml
46 lines (45 loc) · 1.14 KB
/
_site.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
name: "methods-notes"
title: "Methods Tutoring"
repository_url: https://github.com/asteves/methods-notes
creative_commons: CC BY
twitter:
site: "@adastephenson"
description: |
Methods Tutoring Notes
output_dir: "docs"
navbar:
right:
- text: "Home"
href: index.html
- text: "Creator"
href: about.html
- text: "Lecture Notes"
menu:
- text: "Calculus"
href: optim.html
- text: "Causal Inference"
href: causal.html
- text: "Game Theory"
href: game.html
- text: "Linear Algebra"
href: linalg.html
- text: "Machine Learning"
href: ml.html
- text: "Probability"
href: prob.html
- text: "Statistics"
href: stats.html
- text: "Survey Design and Sampling"
href: survey.html
- text: "Math Camp Solutions"
href: intro-seq.html
- text: "Coding"
menu:
- text: "Python"
href: py-coding.html
- text: "R"
href: r-coding.html
- text: "Applied Linear Algebra"
href: matrix-code.html
search: true
output: distill::distill_article