QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"
https://julia.quantecon.org/intro.html
52 stars 43 forks source link

Meta issue to modernize all of the usage of parameters #250

Closed jlperla closed 8 months ago

jlperla commented 1 year ago

Apply the #211 #53 and #60 #257 to each lecture. I think you can group them by "chapter" in a single PR. You can check off the lecture when you have done the full pass of all three of these.

Getting Started with Julia

Package Ecosystem

Software Engineering

Tools and Techniques

Introduction to Dynamics

Dynamic Programming

Modeling in Continuous Time

Multiple Agent Models

Time Series Models

Dynamic Programming Squared

jlperla commented 1 year ago

To run the formatting on a directory you can do:

bash format_all_myst.sh notebooks/getting_started_julia

Or can just do it manually, like

julia format_myst.jl lectures/getting_started_julia/getting_started.md
jlperla commented 1 year ago

In the first PR, lets change the JuliaFormatter margin = 85