Skip to content
Draft
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
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ makedocs(
"Installation" => "tutorials/install.md",
"Write your first simple model - RBC" => "tutorials/rbc.md",
"Work with a more complex model - Smets and Wouters (2003)" => "tutorials/sw03.md",
"Solution Algorithms - First, Second, and Third Order Perturbation" => "tutorials/solution_algorithms.md",
"Calibration / method of moments (for higher order perturbation solutions) - Gali (2015)" => "tutorials/calibration.md",
"Estimate a model using gradient based samplers - Schorfheide (2000)" => "tutorials/estimation.md",
],
Expand Down
Loading