Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate Duplicated Lectures #386

Merged
merged 5 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,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
Loading