We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afe313 commit ff35bb0Copy full SHA for ff35bb0
docs/make.jl
@@ -4,8 +4,8 @@ makedocs(modules=[ForwardDiff],
4
doctest = false,
5
format = :html,
6
sitename = "ForwardDiff",
7
- pages = ["User Documentation" => [
8
- "Introduction" => "user/index.md",
+ pages = ["Introduction" => "index.md",
+ "User Documentation" => [
9
"Limitations of ForwardDiff" => "user/limitations.md",
10
"Differentiation API" => "user/api.md",
11
"Advanced Usage Guide" => "user/advanced.md",
docs/src/user/index.md renamed to docs/src/index.md
0 commit comments