Skip to content

Commit

Permalink
Migrate Duplicated Lectures (#386)
Browse files Browse the repository at this point in the history
* migrate lectures

* update toc and tags

* remove schelling

* add schelling redirect

* migrate scalar_dynam and complex_and_trig
  • Loading branch information
HumphreyYang authored Apr 29, 2024
1 parent 0c8dc5e commit 8b654f2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 3,582 deletions.
8 changes: 7 additions & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,14 @@ sphinx:
index_toc.md: intro.md
# Remote Redirects
redirects:
heavy_tails: https://intro.quantecon.org/heavy_tails.html
heavy_tails: https://intro.quantecon.org/heavy_tails.html
ar1_processes: https://intro.quantecon.org/ar1_processes.html
geom_series: https://intro.quantecon.org/geom_series.html
lp_intro: https://intro.quantecon.org/lp_intro.html
short_path: https://intro.quantecon.org/short_path.html
schelling: https://intro.quantecon.org/schelling.html
scalar_dynam: https://intro.quantecon.org/scalar_dynam.html
complex_and_trig: https://intro.quantecon.org/complex_and_trig.html
tojupyter_static_file_path: ["source/_static", "_static"]
tojupyter_target_html: true
tojupyter_urlpath: "https://python.quantecon.org/"
Expand Down
7 changes: 0 additions & 7 deletions lectures/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ parts:
- caption: Tools and Techniques
numbered: true
chapters:
- file: geom_series
- file: sir_model
- file: linear_algebra
- file: qr_decomp
- file: complex_and_trig
- file: eig_circulant
- file: svd_intro
- file: var_dmd
Expand All @@ -22,7 +20,6 @@ parts:
- file: prob_meaning
- file: multi_hyper
- file: multivariate_normal
- file: heavy_tails
- file: hoist_failure
- file: back_prop
- file: rand_resp
Expand All @@ -31,14 +28,12 @@ parts:
- caption: Linear Programming
numbered: true
chapters:
- file: lp_intro
- file: opt_transport
- file: von_neumann_model

- caption: Introduction to Dynamics
numbered: true
chapters:
- file: scalar_dynam
- file: finite_markov
- file: inventory_dynamics
- file: linear_models
Expand All @@ -47,7 +42,6 @@ parts:
- file: wealth_dynamics
- file: kalman
- file: kalman_2
- file: short_path
- caption: Search
numbered: true
chapters:
Expand Down Expand Up @@ -103,7 +97,6 @@ parts:
- caption: Multiple Agent Models
numbered: true
chapters:
- file: schelling
- file: lake_model
- file: rational_expectations
- file: re_with_feedback
Expand Down
2 changes: 1 addition & 1 deletion lectures/cake_eating_problem.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The main tool we will use to solve the cake eating problem is dynamic programmin

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

* The {doc}`shortest paths lecture <short_path>`
* The {doc}`shortest paths lecture <intro:short_path>`
* The {doc}`basic McCall model <mccall_model>`
* The {doc}`McCall model with separation <mccall_model_with_separation>`
* The {doc}`McCall model with separation and a continuous wage distribution <mccall_fitted_vfi>`
Expand Down
Loading

0 comments on commit 8b654f2

Please sign in to comment.