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 ff983c1 commit 7c11faeCopy full SHA for 7c11fae
docs/make.jl
@@ -14,12 +14,12 @@ makedocs(
14
collapselevel = 1
15
),
16
modules = [
17
- AdaptiveDesignOptimization,
+ AdaptiveDesignOptimization
18
# Base.get_extension(AdaptiveDesignOptimization, :TuringExt),
19
# Base.get_extension(AdaptiveDesignOptimization, :NamedArraysExt)
20
],
21
pages = [
22
- "Home" => "index.md",
+ "Home" => "index.md"
23
]
24
)
25
0 commit comments