Skip to content

Commit 70ebf61

Browse files
committed
Add links to DimensionalData pages
1 parent a52f3a7 commit 70ebf61

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

docs/src/dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namedtuple_to_dataset
2020
## DimensionalData
2121

2222
As 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

src/dataset.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
44
Container 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)
87
that implements the same interface as `DimensionalData.DimStack` and has identical usage.
98
109
# Constructors

src/inference_data.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Container 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
88
Internally, 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
6161
specified `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
6867
If one or more groups lack the specified dimension, a warning is raised but can be ignored.
6968
All groups that contain the dimension must also contain the specified indices, or an

0 commit comments

Comments
 (0)