We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabdb7b commit 972acc9Copy full SHA for 972acc9
1 file changed
docs/make.jl
@@ -7,9 +7,9 @@ makedocs(modules = [DiDa],
7
authors = "The developers of DiDa.jl",
8
linkcheck = !("skiplinks" in ARGS),
9
pages = [
10
- "Home" => "index.md",
+ "Documentation" => "index.md",
11
"Tutorial" => "tutorial.md",
12
- "Functions" => "functions.md",
+ "Function reference" => "functions.md",
13
],
14
)
15
0 commit comments