From 4eeb7c5989ae94638509cbf3448ffc2d0a45db1a Mon Sep 17 00:00:00 2001 From: "Navid C. Constantinou" Date: Sat, 15 Jul 2023 15:04:59 +0300 Subject: [PATCH] add XYAdvection example in literated list --- docs/make.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/make.jl b/docs/make.jl index 85396733..151b44b7 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -17,6 +17,7 @@ const OUTPUT_DIR = joinpath(@__DIR__, "src/literated") examples = [ "OneDShallowWaterGeostrophicAdjustment.jl", + "XYAdvectionSetupRun.jl", ] for example in examples