File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namedtuple_to_dataset
2020## DimensionalData
2121
2222As a ` DimensionalData.AbstractDimStack ` , ` Dataset ` also implements the ` AbstractDimStack ` API and can be used like a ` DimStack ` .
23- See [ DimensionalData's documentation] ( https://rafaqz.github.io/ DimensionalData.jl/stable/ ) for example usage.
23+ See [ DimensionalData's documentation] (@ extref DimensionalData dimstacks ) for example usage.
2424
2525## Tables inteface
2626
Original file line number Diff line number Diff line change 33
44Container of dimensional arrays sharing some dimensions.
55
6- This type is an
7- [`DimensionalData.AbstractDimStack`](https://rafaqz.github.io/DimensionalData.jl/stable/stacks)
6+ This type is an [`DimensionalData.AbstractDimStack`](@extref DimensionalData dimstacks)
87that implements the same interface as `DimensionalData.DimStack` and has identical usage.
98
109# Constructors
Original file line number Diff line number Diff line change 33
44Container for inference data storage using DimensionalData.
55
6- This object implements the [InferenceData schema](https://python. arviz.org/en/latest/ schema/schema.html ).
6+ This object implements the [InferenceData schema](@extref arviz schema).
77
88Internally, groups are stored in a `NamedTuple`, which can be accessed using
99`parent(::InferenceData)`.
@@ -61,9 +61,8 @@ Return a new [`InferenceData`](@ref) containing the specified groups sliced to t
6161specified `coords`.
6262
6363`coords` specifies a dimension name mapping to an index, a
64- [`DimensionalData.Selector`](https://rafaqz.github.io/DimensionalData.jl/stable/selectors),
65- or an
6664[`IntervalSets.AbstractInterval`](https://juliamath.github.io/IntervalSets.jl/stable/api/#IntervalSets.AbstractInterval).
65+ [`DimensionalData.Selector`](@extref DimensionalData selectors), or an
6766
6867If one or more groups lack the specified dimension, a warning is raised but can be ignored.
6968All groups that contain the dimension must also contain the specified indices, or an
You can’t perform that action at this time.
0 commit comments