We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda29d0 commit 8e31c5bCopy full SHA for 8e31c5b
docs/make.jl
@@ -8,7 +8,7 @@ makedocs(
8
sitename = "Bijectors",
9
format = Documenter.HTML(),
10
modules = [Bijectors],
11
- pages = ["Home" => "index.md", "Transforms" => "transforms.md", "Distributions.jl integration" => "distributions.md", "Examples" => "examples.md"],
+ pages = ["Home" => "index.md", "Distributions.jl integration" => "distributions.md", "Examples" => "examples.md"],
12
strict=false,
13
checkdocs=:exports,
14
)
0 commit comments