Skip to content

Commit 1838b45

Browse files
little cleanup
1 parent 6d8200a commit 1838b45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/make.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ makedocs(
1313
format = Documenter.HTML(
1414
canonical = "https://juliadata.github.io/MLDatasets.jl/stable/",
1515
assets = ["assets/favicon.ico"],
16-
prettyurls = get(ENV, "CI", nothing) == "true"
16+
prettyurls = get(ENV, "CI", nothing) == "true",
17+
collapselevel=3,
1718
),
1819

1920
authors = "Hiroyuki Shindo, Christof Stocker",
@@ -27,7 +28,7 @@ makedocs(
2728
"CIFAR-100" => "datasets/CIFAR100.md",
2829
"SVHN format 2" => "datasets/SVHN2.md",
2930
],
30-
"Misc." => Any[
31+
"Miscellaneous" => Any[
3132
"Iris" => "datasets/Iris.md",
3233
"Boston Housing" => "datasets/BostonHousing.md",
3334
],

0 commit comments

Comments
 (0)