Skip to content

Commit ebc0af1

Browse files
authored
Merge pull request #53 from JuliaDecisionFocusedLearning/enhance-stochastic-interface
Rework interface
2 parents 89a581e + e4ed520 commit ebc0af1

File tree

20 files changed

+928
-311
lines changed

20 files changed

+928
-311
lines changed

docs/make.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ makedocs(;
2626
sitename="DecisionFocusedLearningBenchmarks.jl",
2727
format=Documenter.HTML(; size_threshold=typemax(Int)),
2828
pages=[
29-
"Home" => [
30-
"Getting started" => "index.md",
31-
"Understanding Benchmark Interfaces" => "benchmark_interfaces.md",
29+
"Home" => "index.md",
30+
"Guides" => [
31+
"Using benchmarks" => "using_benchmarks.md",
32+
"Creating custom benchmarks" => "custom_benchmarks.md",
3233
],
3334
"Tutorials" => include_tutorial ? md_tutorial_files : [],
3435
"Benchmark problems list" => benchmark_files,

docs/src/benchmark_interfaces.md

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)