From 38ae2d5a91fba4dc0bb6fa1763bd130818c64231 Mon Sep 17 00:00:00 2001 From: Essam Date: Mon, 10 Jun 2024 18:52:59 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Hide=20spam=20classification=20t?= =?UTF-8?q?utorial=20temporarily?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/make.jl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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, )