From ade19036d7790e33770a4f39dfb8f63d4555902e Mon Sep 17 00:00:00 2001 From: Xianda Sun Date: Tue, 27 Feb 2024 06:13:45 +0000 Subject: [PATCH] format --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index 396de5c43..0692c8562 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -14,7 +14,7 @@ makedocs(; "General" => "api.md", "Functions" => "functions.md", "Distributions" => "distributions.md", - "User-defined Functions and Distributions" => "user_defined_functions.md" + "User-defined Functions and Distributions" => "user_defined_functions.md", ], "Plotting" => "graph_plotting.md", "R Interface" => "R_interface.md",