-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmyst.yml
More file actions
89 lines (89 loc) · 3.35 KB
/
myst.yml
File metadata and controls
89 lines (89 loc) · 3.35 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
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
version: 1
project:
title: 'Data 88E: Economic Models Textbook'
license: BSD-3-Clause
authors:
- name: Data 88E Course Staff
copyright: '2020'
github: data-88e/textbook
jupyter:
binder:
repo: data-88e/textbook
provider: github
url: https://mybinder.org
settings:
output_matplotlib_strings: remove
bibliography:
- references.bib
toc:
- file: content/about.md
- file: content/00-introduction/index.ipynb
- file: content/01-demand/index.md
children:
- file: content/01-demand/01-demand.ipynb
- file: content/01-demand/02-example.ipynb
- file: content/01-demand/03-log-log.ipynb
- file: content/01-demand/04-elasticity.ipynb
- file: content/02-supply/index.md
children:
- file: content/02-supply/01-supply.ipynb
- file: content/02-supply/02-eep147-example.ipynb
- file: content/02-supply/03-sympy.ipynb
- file: content/02-supply/04-market-equilibria.ipynb
- file: content/03-public/index.md
children:
- file: content/03-public/taxes-subsidies.ipynb
- file: content/03-public/surplus.ipynb
- file: content/03-public/govt-intervention.ipynb
- file: content/04-production/index.md
children:
- file: content/04-production/production.ipynb
- file: content/04-production/shifts.ipynb
- file: content/05-utility/index.md
children:
- file: content/05-utility/utility.ipynb
- file: content/05-utility/budget-constraints.ipynb
- url: https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes
title: LaTeX
- file: content/06-inequality/index.md
children:
- file: content/06-inequality/inequality.ipynb
- file: content/06-inequality/historical-inequality.ipynb
- file: content/07-game-theory/index.md
children:
- file: content/07-game-theory/expected-utility.ipynb
- file: content/07-game-theory/equilibria-oligopolies.ipynb
- file: content/07-game-theory/cournot.ipynb
- file: content/07-game-theory/bertrand.ipynb
- file: content/07-game-theory/python-classes.ipynb
- file: content/08-development/index.md
- file: content/09-macro/index.md
children:
- file: content/09-macro/Indicators.ipynb
- file: content/09-macro/CentralBanks.ipynb
- file: content/09-macro/is_curve.ipynb
- file: content/09-macro/phillips_curve.ipynb
- file: content/09-macro/fiscal_policy.ipynb
- file: content/10-finance/index.md
children:
- file: content/10-finance/value-interest.ipynb
- file: content/10-finance/options.ipynb
- file: content/11-econometrics/index.md
children:
- file: content/11-econometrics/single-variable.ipynb
- file: content/11-econometrics/statsmodels.ipynb
- file: content/11-econometrics/multivariable.ipynb
- file: content/11-econometrics/reading-econ-papers.ipynb
- file: content/12-environmental/index.md
children:
- file: content/12-environmental/MAC.ipynb
- file: content/12-environmental/KuznetsHypothesis-Copy1.ipynb
- file: content/references.md
site:
options:
logo: content/images/econ-models.png
logo_text: "Data 88E: Economic Models Textbook"
favicon: content/images/favicon.ico
folders: true
hide_authors: true
template: book-theme