From ae0ca7d0401ce0796b25ebc3b3cdb2bd9d19cb99 Mon Sep 17 00:00:00 2001 From: Ronny Bergmann Date: Wed, 6 Nov 2024 20:32:18 +0100 Subject: [PATCH] Adapt which tutorials are created empty. --- docs/make.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index a8f5d1317..ddb9087c2 100755 --- a/docs/make.jl +++ b/docs/make.jl @@ -21,8 +21,8 @@ Arguments If they are generated once they are cached accordingly. Then you can spare time in the rendering by not passing this argument. If quarto is not run, some tutorials are generated as empty files, since they - are referenced from within the documentation. These are currently - `Optimize.md` and `ImplementOwnManifold.md`. + are referenced from within the documentation. + This is currently `getstarted.md`. """, ) exit(0)