diff --git a/docs/make.jl b/docs/make.jl index c7907d30..8e3b6736 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -42,11 +42,9 @@ makedocs( "Early Stopping"=>"workflow examples/Early Stopping/iteration.md", "Live Training"=>"workflow examples/Live Training/live-training.md", ], - "Tutorials"=>Any[ - # "MNIST Digits Classification"=>"full tutorials/MNIST.md", - # "Boston House Prices Prediction"=>"full tutorials/Boston.md", - "Spam Detection with RNNs"=>"full tutorials/Spam Detection with RNNs/SMS.md" - ], + # "Tutorials"=>Any[ + # "Spam Detection with RNNs"=>"full tutorials/Spam Detection with RNNs/SMS.md" + # ], "Contributing" => "contributing.md"], doctest = false, )