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 6d8200a commit 1838b45Copy full SHA for 1838b45
docs/make.jl
@@ -13,7 +13,8 @@ makedocs(
13
format = Documenter.HTML(
14
canonical = "https://juliadata.github.io/MLDatasets.jl/stable/",
15
assets = ["assets/favicon.ico"],
16
- prettyurls = get(ENV, "CI", nothing) == "true"
+ prettyurls = get(ENV, "CI", nothing) == "true",
17
+ collapselevel=3,
18
),
19
20
authors = "Hiroyuki Shindo, Christof Stocker",
@@ -27,7 +28,7 @@ makedocs(
27
28
"CIFAR-100" => "datasets/CIFAR100.md",
29
"SVHN format 2" => "datasets/SVHN2.md",
30
],
- "Misc." => Any[
31
+ "Miscellaneous" => Any[
32
"Iris" => "datasets/Iris.md",
33
"Boston Housing" => "datasets/BostonHousing.md",
34
0 commit comments