Skip to content

Commit 4980fb1

Browse files
Merge pull request #87 from Pangoraw/patch-1
add EMNIST in the docs sidebar
2 parents 693621d + 8670969 commit 4980fb1

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)