Skip to content

Commit

Permalink
Rename Utilities section to API on website.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbwuzhe committed Feb 2, 2024
1 parent 2148d1d commit e1bb085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/lit/examples/recon_config_joss_demo.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#-----------------------------------------------------------------------------------
# # [GIRFReco.jl Example Configuration File](@id example_config)
# # [GIRFReco.jl Example Configuration](@id example_config)
#-----------------------------------------------------------------------------------

#=
Expand Down
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")],
],
)
Expand Down

0 comments on commit e1bb085

Please sign in to comment.