You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cross-references to renamed cake eating lectures
Updated all doc references throughout the lecture series to reflect the renamed files from PR #679:
- cake_eating_problem → cake_eating
- optgrowth → cake_eating_stochastic
- coleman_policy_iter → cake_eating_time_iter
- egm_policy_iter → cake_eating_egm
Also:
- Removed references to the deleted optgrowth_fast lecture
- Inlined solve_model_time_iter function in ifp.md
- Updated terminology from "stochastic optimal growth model" to "cake eating model" in ifp.md
This fixes the Jupyter Book build warnings about unknown documents.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
Copy file name to clipboardExpand all lines: lectures/lqcontrol.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ In reading what follows, it will be useful to have some familiarity with
57
57
58
58
* matrix manipulations
59
59
* vectors of random variables
60
-
* dynamic programming and the Bellman equation (see for example {doc}`this lecture <intro:short_path>` and {doc}`this lecture <optgrowth>`)
60
+
* dynamic programming and the Bellman equation (see for example {doc}`this lecture <intro:short_path>` and {doc}`this lecture <cake_eating_stochastic>`)
61
61
62
62
For additional reading on LQ control, see, for example,
0 commit comments