Skip to content

Commit

Permalink
Add extended formulation in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 24, 2020
1 parent 29d25c4 commit 5f4f448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples")
const OUTPUT_DIR = joinpath(@__DIR__, "src/generated")

const EXAMPLES = [
"Extended Formulation.jl",
"Minimal Robust Positively Invariant Set.jl",
]

for example in EXAMPLES
example_filepath = joinpath(EXAMPLES_DIR, example)
Literate.markdown(example_filepath, OUTPUT_DIR)
Literate.notebook(example_filepath, OUTPUT_DIR)
Literate.script(example_filepath, OUTPUT_DIR)
end

# See https://juliadocs.github.io/Documenter.jl/v0.25/man/doctests/#Setup-Code
Expand All @@ -35,6 +35,7 @@ makedocs(
"Optimization" => "optimization.md",
"Utilities" => "utilities.md",
"Examples" => Any[
"Extended Formulation" => "generated/Extended Formulation.md",
"Minimal Robust Positively Invariant Set" => "generated/Minimal Robust Positively Invariant Set.md",
]
],
Expand Down

0 comments on commit 5f4f448

Please sign in to comment.