From 88900f23f980924033c5250fb0cd8108835957de Mon Sep 17 00:00:00 2001 From: itsdfish <9677184+itsdfish@users.noreply.github.com> Date: Wed, 23 Apr 2025 12:21:57 +0000 Subject: [PATCH] Format .jl files --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index df2b1f04..3a57580f 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -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",