Skip to content

Commit

Permalink
fix Example headings breaking code fences (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Oct 25, 2023
1 parent c403613 commit 67e0849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/array/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ There are two kinds of `Dimension` value acepted:
Keywords are the same as for [`DimArray`](@ref).
# Example
```julia
julia> using DimensionalData
Expand Down Expand Up @@ -483,6 +484,7 @@ There are two kinds of `Dimension` value acepted:
Keywords are the same as for [`DimArray`](@ref).
# Example
```@doctest
julia> using DimensionalData
Expand Down Expand Up @@ -517,6 +519,7 @@ There are two kinds of `Dimension` value acepted:
Keywords are the same as for [`DimArray`](@ref).
# Example
```@doctest
julia> using DimensionalData
Expand Down Expand Up @@ -636,6 +639,7 @@ The returned dimension will keep only the name of `new_dim`. Its coords will be
placed at the end of `dims_new`. `others` contains other dimension pairs to be merged.
# Example
````jldoctest
julia> ds = (X(0:0.1:0.4), Y(10:10:100), Ti([0, 3, 4]));
julia> mergedims(ds, Ti => :time, (X, Y) => :space)
Expand Down

0 comments on commit 67e0849

Please sign in to comment.