We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735ea5e commit b79465cCopy full SHA for b79465c
src/axis.jl
@@ -17,7 +17,7 @@ const VarAxes = Tuple{Vararg{AbstractAxis}}
17
Gives named component access for `ComponentArray`s.
18
# Examples
19
20
-```julia-repl
+```jldoctest
21
julia> using ComponentArrays
22
23
julia> ax = Axis((a = 1, b = ViewAxis(2:7, PartitionedAxis(2, (a = 1, b = 2))), c = ViewAxis(8:10, (a = 1, b = 2:3))));
0 commit comments