From 6638c4e46291bacfc66967e9ca0c1914dacd4aae Mon Sep 17 00:00:00 2001 From: "Gregory L. Wagner" Date: Fri, 7 Nov 2025 06:59:51 -0700 Subject: [PATCH] Make quick start example an example again --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 39fcc78e..4bf6c8ba 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -26,7 +26,7 @@ Pkg.add("https://github.com/NumericalEarth/Breeze.jl.git") A basic free convection simulation: -```julia +```@example intro using Oceananigans using Oceananigans.Units using CairoMakie