From 78f8336eedb753073c6a27c7847f905d7d199398 Mon Sep 17 00:00:00 2001 From: Niklas Hackelberg Date: Wed, 11 Dec 2024 17:37:59 +0100 Subject: [PATCH] Update example_include_data.jl to hide output --- docs/src/literate/example/example_include_data.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/literate/example/example_include_data.jl b/docs/src/literate/example/example_include_data.jl index 5eacee0..fc4e924 100644 --- a/docs/src/literate/example/example_include_data.jl +++ b/docs/src/literate/example/example_include_data.jl @@ -31,4 +31,4 @@ angles, shape, sinograms, images = isDataDefined ? (angles, shape, sinograms, im sinograms[:, :, :, i] = Array(RadonKA.radon(images[:, :, :, i], angles)) end return angles, shape, sinograms, images -end \ No newline at end of file +end;