Skip to content

Commit

Permalink
add pages
Browse files Browse the repository at this point in the history
  • Loading branch information
juhkim111 authored and Hua-Zhou committed Jan 22, 2019
1 parent 65be871 commit bb3b186
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,22 @@ ENV["DOCUMENTER_DEBUG"] = "true"

makedocs(
format = :html,
sitename = "VarianceComponentModels",
modules = [VarianceComponentModels]
sitename = "VarianceComponentModels.jl",
modules = [VarianceComponentModels],
pages = Any[
"Home" => "index.md",
"Manual" => Any[
"man/mle_reml.md",
"man/heritability.md"
],
"API" => "man/api.md"
]
)

deploydocs(
repo = "github.com/OpenMendel/VarianceComponentModels.jl.git",
target = "build"
)
target = "build",
osname = "linux",
julia = "1.0",
deps = nothing,
make = nothing)

0 comments on commit bb3b186

Please sign in to comment.