Newer
Older
using Distributions
using Random
using StatsBase
using AbstractMCMC
makedocs(
sitename="MultilevelChainSampler", remotes=nothing,
pages = [
"Package" => "index.md",
"Usage" => [
"usage/proposals.md",
"usage/sampling.md"
],
"References" => "references.md"
]
)
deploydocs(
#...
)