Skip to content

Commit

Permalink
Merge pull request #204 from SciML/ChrisRackauckas-patch-1-1
Browse files Browse the repository at this point in the history
Tutorials first
  • Loading branch information
ludoro committed Jul 18, 2020
2 parents 198f4e0 + 72be10d commit 7af24d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ makedocs(
sitename="Surrogates.jl",
pages = [
"index.md"
"User guide" => [
"Samples" => "samples.md",
"Surrogates" => "surrogate.md",
"Optimization" => "optimizations.md"
]
"Tutorials" => [
"Basics" => "tutorials.md",
"RandomForestSurrogate" => "randomforest.md",
Expand All @@ -17,6 +12,11 @@ makedocs(
"LinearSurrogate" => "LinearSurrogate.md",
"InverseDistance" => "InverseDistance.md"
]
"User guide" => [
"Samples" => "samples.md",
"Surrogates" => "surrogate.md",
"Optimization" => "optimizations.md"
]
"Benchmarks" => [
"Sphere function" => "sphere_function.md"
]
Expand Down

0 comments on commit 7af24d6

Please sign in to comment.