Skip to content

Commit eb65f59

Browse files
Local optimizers before global optimizers
1 parent ba3b45f commit eb65f59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/make.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ makedocs(
2525
"solve" => "API/solve.md"
2626
],
2727

28-
"Global Optimizers" => [
29-
"global_optimizers/global.md",
30-
"global_optimizers/global_constrained.md"
31-
],
32-
3328
"Local Optimizers" => [
3429
"local_optimizers/local_gradient.md",
3530
"local_optimizers/local_derivative_free.md",
3631
"local_optimizers/local_hessian.md",
3732
"local_optimizers/local_hessian_free.md"
33+
],
34+
35+
"Global Optimizers" => [
36+
"global_optimizers/global.md",
37+
"global_optimizers/global_constrained.md"
3838
]
3939
]
4040
)

0 commit comments

Comments
 (0)