Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Oct 21, 2024
1 parent 1a84eae commit 47209d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ end
pages = [
"Home" => "index.md",
"Tutorial" => [
joinpath("tutorial", file) for file in sort(readdir(TUTORIAL_DIR_MD)) if endswith(file, ".md")
joinpath("tutorial", file) for
file in sort(readdir(TUTORIAL_DIR_MD)) if endswith(file, ".md")
],
"API reference" => "api.md",
]
Expand Down

0 comments on commit 47209d0

Please sign in to comment.