Skip to content

Commit bb3b186

Browse files
juhyun-kim-uclaHua-Zhou
authored andcommitted
add pages
1 parent 65be871 commit bb3b186

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

docs/make.jl

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,22 @@ ENV["DOCUMENTER_DEBUG"] = "true"
44

55
makedocs(
66
format = :html,
7-
sitename = "VarianceComponentModels",
8-
modules = [VarianceComponentModels]
7+
sitename = "VarianceComponentModels.jl",
8+
modules = [VarianceComponentModels],
9+
pages = Any[
10+
"Home" => "index.md",
11+
"Manual" => Any[
12+
"man/mle_reml.md",
13+
"man/heritability.md"
14+
],
15+
"API" => "man/api.md"
16+
]
917
)
1018

1119
deploydocs(
1220
repo = "github.com/OpenMendel/VarianceComponentModels.jl.git",
13-
target = "build"
14-
)
21+
target = "build",
22+
osname = "linux",
23+
julia = "1.0",
24+
deps = nothing,
25+
make = nothing)

0 commit comments

Comments
 (0)