Skip to content

Commit aa42119

Browse files
committed
Merge remote-tracking branch 'origin/master' into jg/cubic
2 parents 8e27cf4 + 583615a commit aa42119

8 files changed

Lines changed: 360 additions & 1160 deletions

File tree

docs/Project.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
55
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
66
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
77
ParametricOptInterface = "0ce4ce61-57bf-432b-a095-efac525d185e"
8-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
98

109
[compat]
1110
Documenter = "1"
11+
HiGHS = "1"
12+
Ipopt = "1"
13+
JuMP = "1"
14+
MathOptInterface = "1.13.2"

docs/make.jl

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Use of this source code is governed by an MIT-style license that can be found
44
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
55

6-
using Documenter
7-
using ParametricOptInterface
6+
import Documenter
7+
import ParametricOptInterface
88

99
Documenter.makedocs(;
1010
modules = [ParametricOptInterface],
@@ -17,17 +17,7 @@ Documenter.makedocs(;
1717
),
1818
sitename = "ParametricOptInterface.jl",
1919
authors = "Tomás Gutierrez, and contributors",
20-
pages = [
21-
"Home" => "index.md",
22-
"manual.md",
23-
"Examples" => [
24-
"Examples/example.md",
25-
"Examples/benders.md",
26-
"Examples/markowitz.md",
27-
"Examples/progressive_hedging.md",
28-
],
29-
"reference.md",
30-
],
20+
pages = ["Home" => "index.md", "reference.md"],
3121
checkdocs = :none,
3222
)
3323

0 commit comments

Comments
 (0)