Skip to content

Commit 8b654f2

Browse files
authored
Migrate Duplicated Lectures (#386)
* migrate lectures * update toc and tags * remove schelling * add schelling redirect * migrate scalar_dynam and complex_and_trig
1 parent 0c8dc5e commit 8b654f2

12 files changed

+12
-3582
lines changed

lectures/_config.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,14 @@ sphinx:
103103
index_toc.md: intro.md
104104
# Remote Redirects
105105
redirects:
106-
heavy_tails: https://intro.quantecon.org/heavy_tails.html
106+
heavy_tails: https://intro.quantecon.org/heavy_tails.html
107107
ar1_processes: https://intro.quantecon.org/ar1_processes.html
108+
geom_series: https://intro.quantecon.org/geom_series.html
109+
lp_intro: https://intro.quantecon.org/lp_intro.html
110+
short_path: https://intro.quantecon.org/short_path.html
111+
schelling: https://intro.quantecon.org/schelling.html
112+
scalar_dynam: https://intro.quantecon.org/scalar_dynam.html
113+
complex_and_trig: https://intro.quantecon.org/complex_and_trig.html
108114
tojupyter_static_file_path: ["source/_static", "_static"]
109115
tojupyter_target_html: true
110116
tojupyter_urlpath: "https://python.quantecon.org/"

lectures/_toc.yml

-7
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ parts:
44
- caption: Tools and Techniques
55
numbered: true
66
chapters:
7-
- file: geom_series
87
- file: sir_model
98
- file: linear_algebra
109
- file: qr_decomp
11-
- file: complex_and_trig
1210
- file: eig_circulant
1311
- file: svd_intro
1412
- file: var_dmd
@@ -22,7 +20,6 @@ parts:
2220
- file: prob_meaning
2321
- file: multi_hyper
2422
- file: multivariate_normal
25-
- file: heavy_tails
2623
- file: hoist_failure
2724
- file: back_prop
2825
- file: rand_resp
@@ -31,14 +28,12 @@ parts:
3128
- caption: Linear Programming
3229
numbered: true
3330
chapters:
34-
- file: lp_intro
3531
- file: opt_transport
3632
- file: von_neumann_model
3733

3834
- caption: Introduction to Dynamics
3935
numbered: true
4036
chapters:
41-
- file: scalar_dynam
4237
- file: finite_markov
4338
- file: inventory_dynamics
4439
- file: linear_models
@@ -47,7 +42,6 @@ parts:
4742
- file: wealth_dynamics
4843
- file: kalman
4944
- file: kalman_2
50-
- file: short_path
5145
- caption: Search
5246
numbered: true
5347
chapters:
@@ -103,7 +97,6 @@ parts:
10397
- caption: Multiple Agent Models
10498
numbered: true
10599
chapters:
106-
- file: schelling
107100
- file: lake_model
108101
- file: rational_expectations
109102
- file: re_with_feedback

lectures/cake_eating_problem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The main tool we will use to solve the cake eating problem is dynamic programmin
3232

3333
Readers might find it helpful to review the following lectures before reading this one:
3434

35-
* The {doc}`shortest paths lecture <short_path>`
35+
* The {doc}`shortest paths lecture <intro:short_path>`
3636
* The {doc}`basic McCall model <mccall_model>`
3737
* The {doc}`McCall model with separation <mccall_model_with_separation>`
3838
* The {doc}`McCall model with separation and a continuous wage distribution <mccall_fitted_vfi>`

0 commit comments

Comments
 (0)