Skip to content

Commit 2701a42

Browse files
committed
Update
1 parent c9e0f70 commit 2701a42

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

docs/make.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,6 @@ end
123123
# link checking. Inn production we replace this by running the LaTeX build.
124124
write(joinpath(@__DIR__, "src", "MathOptInterface.pdf"), "")
125125

126-
Documenter.DocMeta.setdocmeta!(
127-
MathOptInterface,
128-
:DocTestSetup,
129-
:(import MathOptInterface as MOI);
130-
recursive = true,
131-
)
132-
133126
@time Documenter.makedocs(
134127
sitename = "MathOptInterface",
135128
authors = "The JuMP core developers and contributors",

src/Nonlinear/ReverseAD/utils.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ end.
182182
## Examples
183183
184184
```jldoctest
185+
julia> import MathOptInterface as MOI
186+
185187
julia> x = [(1, 2, 3), (4, 5, 6), (7, 8, 9)]
186188
3-element Vector{Tuple{Int64, Int64, Int64}}:
187189
(1, 2, 3)

0 commit comments

Comments
 (0)