From e1bb085f22287bf530cc5374d4cefee52b328892 Mon Sep 17 00:00:00 2001 From: Zhe Tim Wu Date: Fri, 2 Feb 2024 16:59:10 -0500 Subject: [PATCH] Rename Utilities section to API on website. --- docs/lit/examples/recon_config_joss_demo.jl | 2 +- docs/make.jl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/lit/examples/recon_config_joss_demo.jl b/docs/lit/examples/recon_config_joss_demo.jl index 810b6b1..4f474af 100644 --- a/docs/lit/examples/recon_config_joss_demo.jl +++ b/docs/lit/examples/recon_config_joss_demo.jl @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------------- -# # [GIRFReco.jl Example Configuration File](@id example_config) +# # [GIRFReco.jl Example Configuration](@id example_config) #----------------------------------------------------------------------------------- #= diff --git a/docs/make.jl b/docs/make.jl index 8b5a8a3..fa67cd7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,11 +15,11 @@ Literate.markdown(ipath_script, opath; documenter = true) Literate.markdown(ipath_config, opath; documenter = true) makedocs( - sitename = "GIRFReco Documentation", + sitename = "GIRFReco.jl Documentation", modules = [GIRFReco], pages = [ "Home" => "index.md", - "Utilities" => "Utilities.md", + "API" => "Utilities.md", "Examples" => [joinpath("generated/", "joss_demo.md"), joinpath("generated/", "recon_config_joss_demo.md")], ], )