Skip to content

Commit 0cf135f

Browse files
committed
fix paths
1 parent cc4054f commit 0cf135f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/make.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ makedocs(
88
"Problem definition" => "problem/problem.md",
99
"Gradients, Jacobians and Hessians" => [
1010
"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",
11+
"gradients/user_defined.md",
12+
"gradients/other_ad.md",
13+
"gradients/chainrules_fd.md",
14+
"gradients/sparse.md",
15+
"gradients/symbolic.md",
16+
"gradients/implicit.md",
17+
"gradients/history.md",
1818
],
1919
"Algorithms" => [
2020
"Overview" => "algorithms/algorithms.md",

0 commit comments

Comments
 (0)