From eda006a0443959aa220bdbcaecc36a5a7b74a5de Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:07:50 -0400 Subject: [PATCH] Remove line hidden in example `# hide` comment not necessary in regular code blocks --- docs/src/introduction.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/introduction.md b/docs/src/introduction.md index caaeffb..24d2724 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -146,7 +146,6 @@ Finally, we provide plotting recipes (`psfplot`/`psfplot!`) from seen in use in the [API/Reference](@ref) section. ```julia -using PSFModels # hide using Plots model = gaussian(x=0, y=0, fwhm=(8, 10), theta=12)