Skip to content
Merged
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
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ makedocs(
"Hierarchical Models" => "turing_hierarchical.md",
"Amortized Neural Estimation" => [
"Point Estimation" => "amortized_point_estimation.md",
"Bayesian Parameter Estimation" => "amortized_bayesian_parameter_estimation.md",
],
"Bayesian Parameter Estimation" => "amortized_bayesian_parameter_estimation.md"
]
],
"Model Comparison" => [
"Bayes Factors" => "bayes_factor.md",
Expand Down
Loading