From ec96dcd284eb9dc32572f81abc372947a9d5d43c Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:53:44 -0400 Subject: [PATCH 1/2] Close fenced code block in `info()` docstring --- src/ASDF.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ASDF.jl b/src/ASDF.jl index 93375ec..559b371 100644 --- a/src/ASDF.jl +++ b/src/ASDF.jl @@ -908,6 +908,7 @@ long.asdf ├─ homepage::String | https://github.com/JuliaAstro/ASDF.jl ├─ name::String | ASDF.jl └─ version::String | 2.0.0 +``` """ function info(io::IO, af::ASDFFile; max_rows = 20) root = ASDFTreeNode(nothing, af) From 44add4785b07d2fa21b91a5de6a13cd0f177f50c Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:14:59 -0400 Subject: [PATCH 2/2] Fix doctest outputs --- src/ASDF.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ASDF.jl b/src/ASDF.jl index 559b371..822199d 100644 --- a/src/ASDF.jl +++ b/src/ASDF.jl @@ -866,7 +866,7 @@ long.asdf ├─ field_17::Vector{Float64} | shape = (10,) ├─ field_18::Vector{Float64} | shape = (10,) ├─ field_19::Vector{Float64} | shape = (10,) - ⋮ (7) more rows + ⋮ (11) more rows julia> ASDF.info(af; max_rows = 5) long.asdf @@ -874,7 +874,7 @@ long.asdf ├─ field_2::Vector{Float64} | shape = (10,) ├─ field_3::Vector{Float64} | shape = (10,) ├─ field_4::Vector{Float64} | shape = (10,) - ⋮ (22) more rows + ⋮ (26) more rows julia> ASDF.info(af; max_rows = Inf) long.asdf