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 cc4054f commit 0cf135fCopy full SHA for 0cf135f
docs/make.jl
@@ -8,13 +8,13 @@ makedocs(
8
"Problem definition" => "problem/problem.md",
9
"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",
+ "gradients/user_defined.md",
+ "gradients/other_ad.md",
+ "gradients/chainrules_fd.md",
+ "gradients/sparse.md",
+ "gradients/symbolic.md",
+ "gradients/implicit.md",
+ "gradients/history.md",
18
],
19
"Algorithms" => [
20
"Overview" => "algorithms/algorithms.md",
0 commit comments