Skip to content

Commit a41945b

Browse files
jstacmmcky
andauthored
Update TOC (#184)
* misc * add quantecon package to install --------- Co-authored-by: mmcky <[email protected]>
1 parent b1b9373 commit a41945b

File tree

7 files changed

+18
-96
lines changed

7 files changed

+18
-96
lines changed

lectures/_toc.yml

+17-25
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,26 @@ parts:
55
numbered: true
66
chapters:
77
- file: about
8-
- caption: Supply and Demand
9-
numbered: true
10-
chapters:
11-
- file: intro_supply_demand
12-
- file: supply_demand_multiple_goods
13-
- file: supply_demand_heterogeneity
14-
- file: input_output
15-
- caption: Data and Measurement
8+
- caption: Economic Data
169
numbered: true
1710
chapters:
1811
- file: long_run_growth
1912
- file: business_cycle
20-
- file: inflation_unemployment
2113
- file: inequality
22-
- file: heavy_tails
23-
- caption: Useful Tools
14+
- caption: Essential Tools
2415
numbered: true
2516
chapters:
26-
- file: geom_series
27-
- file: prob_dist
2817
- file: linear_equations
2918
- file: eigen_I
30-
- caption: Simulation
19+
- file: intro_supply_demand
20+
- file: geom_series
21+
- caption: Probability and Distributions
3122
numbered: true
3223
chapters:
24+
- file: prob_dist
3325
- file: lln_clt
3426
- file: monte_carlo
27+
- file: heavy_tails
3528
- file: schelling
3629
- caption: Dynamics
3730
numbered: true
@@ -43,27 +36,26 @@ parts:
4336
- file: markov_chains_I
4437
- file: markov_chains_II
4538
- file: commod_price
46-
- caption: Modeling in Higher Dimensions
47-
numbered: true
48-
chapters:
49-
- file: eigen_II
50-
- file: lake_model
51-
- file: asset_pricing
52-
- file: networks
53-
- file: samuelson
5439
- caption: Optimization
5540
numbered: true
5641
chapters:
5742
- file: lp_intro
5843
- file: comparative_adv
5944
- file: nonlinear
6045
- file: short_path
46+
- caption: Modeling in Higher Dimensions
47+
numbered: true
48+
chapters:
49+
- file: eigen_II
50+
- file: input_output
51+
- file: lake_model
52+
- file: asset_pricing
53+
- file: networks
6154
- caption: Markets and Competitive Equilibrium
6255
numbered: true
6356
chapters:
64-
- file: markets_welfare
65-
- file: risk
66-
- file: uncertainty
57+
- file: supply_demand_multiple_goods
58+
- file: supply_demand_heterogeneity
6759
- caption: Estimation
6860
numbered: true
6961
chapters:

lectures/eigen_II.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In addition to what's in Anaconda, this lecture will need the following librarie
2727
```{code-cell} ipython3
2828
:tags: [hide-output]
2929
30-
!pip install graphviz
30+
!pip install graphviz quantecon
3131
```
3232

3333
```{admonition} graphviz

lectures/inflation_unemployment.md

-14
This file was deleted.

lectures/markets_welfare.md

-14
This file was deleted.

lectures/risk.md

-14
This file was deleted.

lectures/samuelson.md

-14
This file was deleted.

lectures/uncertainty.md

-14
This file was deleted.

0 commit comments

Comments
 (0)