Skip to content

Commit

Permalink
Dynamic programming squared update (#277)
Browse files Browse the repository at this point in the history
* updated lectures

---------

Co-authored-by: mmcky <mamckay@gmail.com>
Co-authored-by: mmcky <mmcky@users.noreply.github.com>
Co-authored-by: Trang Truong <91804044+htrangtr@users.noreply.github.com>
Co-authored-by: Jesse Perla <jesseperla@gmail.com>
  • Loading branch information
5 people authored Jan 4, 2024
1 parent 6d3b093 commit 8a91e66
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 710 deletions.
4 changes: 3 additions & 1 deletion format_myst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ function format_myst(input_file_path, output_file_path, extra_replacements = fal
replacements = Dict("α" => "alpha", "β" => "beta", "γ" => "gamma", "" => "<=",
"" => ">=", "Σ" => "Sigma", "σ" => "sigma","μ"=>"mu","ϕ"=>"phi","ψ"=>"psi","ϵ"=>"epsilon",
"δ"=>"delta","θ" => "theta","ζ"=>"zeta","" => "X_bar","" => "p_bar","" => "x_hat","λ"=>"lambda",
"ρ"=>"rho","u′" => "u_prime" , "f′"=>"f_prime"," ∂u∂c"=>"dudc","Π"=>"Pi","π"=>"pi"," ξ"=>"Xi",""=>"c_bar",""=>"w_bar")
"ρ"=>"rho","u′" => "u_prime" , "f′"=>"f_prime"," ∂u∂c"=>"dudc","Π"=>"Pi","π"=>"pi","ξ"=>"xi",""=>"c_bar",
""=>"w_bar","Θ" => "Theta", "Ξ" =>"Xi", "" => "Q_tilde","" => "R_tilde","" => "A_tilde", "" => "B_tilde",
"" => "P_tilde","" => "F_tilde","" => "d_tilde")

# Replace the code blocks in the content and handle exceptions
try
Expand Down
Loading

0 comments on commit 8a91e66

Please sign in to comment.