Update docs

This commit is contained in:
2024-02-20 15:13:02 -06:00
parent b6ab8fcf4b
commit 12cf9d4b7b
16 changed files with 1386 additions and 1443 deletions

View File

@@ -5,12 +5,19 @@ function make()
sitename = "UnitCommitment.jl",
pages = [
"Home" => "index.md",
"problem.md",
# "usage.md",
# "format.md",
# "instances.md",
# "model.md",
# "api.md",
"Tutorials" => [
"tutorials/usage.md",
"tutorials/customizing.md",
"tutorials/market.md",
"tutorials/decomposition.md",
],
"User guide" => [
"guides/problem.md",
"guides/format.md",
"guides/instances.md",
"guides/model.md",
],
"api.md",
],
format = Documenter.HTML(assets = ["assets/custom.css"]),
)