Skip to content

Commit 8670969

Browse files
authored
add EMNIST in the docs sidebar
1 parent 693621d commit 8670969

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ makedocs(
2525
"Available Datasets" => Any[
2626
"Vision" => Any[
2727
"MNIST" => "datasets/MNIST.md",
28+
"EMNIST" => "datasets/EMNIST.md",
2829
"FashionMNIST" => "datasets/FashionMNIST.md",
2930
"CIFAR-10" => "datasets/CIFAR10.md",
3031
"CIFAR-100" => "datasets/CIFAR100.md",
@@ -56,4 +57,4 @@ makedocs(
5657
)
5758

5859

59-
deploydocs(repo = "github.com/JuliaML/MLDatasets.jl.git")
60+
deploydocs(repo = "github.com/JuliaML/MLDatasets.jl.git")

0 commit comments

Comments
 (0)