Skip to content

Commit 8d2d0c3

Browse files
committed
add headers to sidebar
1 parent d2d9f76 commit 8d2d0c3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/make.jl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,16 @@ makedocs(
66
pages = [
77
"Getting started" => "index.md",
88
"Problem definition" => "problem/problem.md",
9-
"Gradients, Jacobians and Hessians" => "gradients/gradients.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",
18+
],
1019
"Algorithms" => [
1120
"Overview" => "algorithms/algorithms.md",
1221
"algorithms/mma.md",

0 commit comments

Comments
 (0)