Skip to content

Commit

Permalink
Change the "Benchmarks" structure in the docs to make space for more
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 7, 2023
1 parent e2f79ed commit 7980a05
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ makedocs(
],
"Benchmarks" => [
"Multi-Language Wrapper Benchmark" => "benchmarks/multi-language-wrappers.md",
"Non-stiff ODE" => [
"Non-stiff ODEs" => [
"Lotka-Volterra" => "benchmarks/lotkavolterra.md",
"Hodgkin-Huxley" => "benchmarks/hodgkinhuxley.md",
],
"Stiff ODE" => [
"Stiff ODEs" => [
"Van der Pol" => "benchmarks/vanderpol.md",
],
"Second-order ODE" => [
"Second-order ODEs" => [
"Pleiades" => "benchmarks/pleiades.md",
],
"DAE" => [
"Differential-Algebraic Equations (DAEs)" => [
"ROBER" => "benchmarks/rober.md",
],
],
Expand Down

0 comments on commit 7980a05

Please sign in to comment.