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 d2d9f76 commit 8d2d0c3Copy full SHA for 8d2d0c3
docs/make.jl
@@ -6,7 +6,16 @@ makedocs(
6
pages = [
7
"Getting started" => "index.md",
8
"Problem definition" => "problem/problem.md",
9
- "Gradients, Jacobians and Hessians" => "gradients/gradients.md",
+ "Gradients, Jacobians and Hessians" => [
10
+ "Overview" => "gradients/gradients.md",
11
+ "user_defined.md",
12
+ "other_ad.md",
13
+ "chainrules_fd.md",
14
+ "sparse.md",
15
+ "symbolic.md",
16
+ "implicit.md",
17
+ "history.md",
18
+ ],
19
"Algorithms" => [
20
"Overview" => "algorithms/algorithms.md",
21
"algorithms/mma.md",
0 commit comments