File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,6 @@ The observation in the returned view `ov` can be materialized by calling
211211`getobs(ov, i)` on the view, where `i` is an index in `1:length(ov)`.
212212
213213If `indices` is not provided, it will be assumed to be `1:numobs(data)`.
214- ```
215214
216215# Examples
217216
@@ -234,7 +233,7 @@ obsview(A::SubArray) = A
234233 obsview(data::AbstractArray, idxs, [obsdim])
235234
236235Return a view of the array `data` that correspond to the given
237- indices `idxs`. If `obsdim` of type [`ObsDim`] is provided, the observation
236+ indices `idxs`. If `obsdim` of type [`ObsDim`](@ref) is provided, the observation
238237dimension of the array is assumed to be along that dimension, otherwise
239238it is assumed to be the last dimension.
240239
You can’t perform that action at this time.
0 commit comments