Skip to content

Commit

Permalink
add example.md to docs.
Browse files Browse the repository at this point in the history
unifies example threaded throughout
  • Loading branch information
jpfairbanks committed Feb 1, 2019
1 parent 482e71b commit ab340f0
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/graft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include("../examples/epicookbook/src/SEIRmodel.jl")
seir_ode = SEIRmodel.seir_ode

# source of the problem we want to take from
expr = parsefile("examples/epicookbook/src/ScalingModel.jl")
expr = parsefile("../examples/epicookbook/src/ScalingModel.jl")


# Find the expression we want to graft
Expand Down
1 change: 1 addition & 0 deletions doc/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pages = Any[
"SemanticModels.jl" => "index.md",
"Intended Use Cases" => "usecases.md",
"News" => "news.md",
"Example" => "example.md",
"Approaches" => "approach.md",
"Slides" => "slides.md",
"Flu Model" => "FluModel.md",
Expand Down
Loading

0 comments on commit ab340f0

Please sign in to comment.