From 4bebffca84a6433c8e3e2ba581fc0a3478dd9ed9 Mon Sep 17 00:00:00 2001 From: Marc Basquens Date: Wed, 21 Aug 2024 16:44:28 +0200 Subject: [PATCH] Test --- docs/make.jl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index e35cc39..5cf53e9 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -2,11 +2,12 @@ using Documenter, Literate, BoreholeNetworksSimulator pages = [ "Introduction" => "index.md", - "Tutorial" => [ + #="Tutorial" => [ "Basic tutorial" => "tutorial.md", "Non-history method" => "nonhistory.md", "Running from python" => "python.md" - ], + ],=# + "Tutorial" => "python.md", "API" => "api.md" ]