add Interpolations.jl extension #678
Annotations
10 warnings
../../../.julia/packages/DocumenterVitepress/tIz9X/src/writer.jl#L668
DocumenterVitepress: un-expanded `@doctest` block encountered on page src/api/reference.md.
The first few lines of code in this node are:
```
julia> using DimensionalData, Random; Random.seed!(123)
julia> rand(Bool, X(2), Y(4))
╭──────────────────────╮
│ 2×4 DimArray{Bool,2} │
├──────────────── dims ┤
↓ X, → Y
```
|
../../../.julia/packages/DocumenterVitepress/tIz9X/src/writer.jl#L668
DocumenterVitepress: un-expanded `@doctest` block encountered on page src/api/reference.md.
The first few lines of code in this node are:
```
julia> using DimensionalData
julia> zeros(Bool, X(2), Y(4))
╭──────────────────────╮
│ 2×4 DimArray{Bool,2} │
├──────────────── dims ┤
↓ X, → Y
```
|
../../../.julia/packages/DocumenterVitepress/tIz9X/src/writer.jl#L668
DocumenterVitepress: un-expanded `@doctest` block encountered on page src/api/reference.md.
The first few lines of code in this node are:
```
julia> using DimensionalData
julia> ones(Bool, X(2), Y(4))
╭──────────────────────╮
│ 2×4 DimArray{Bool,2} │
├──────────────── dims ┤
↓ X, → Y
```
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `stable` and linking `stable` to `v0.27.3`.
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.27` and linking `v0.27` to `v0.27.3`.
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.26` and linking `v0.26` to `v0.26.8`.
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.25` and linking `v0.25` to `v0.25.8`.
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.24` and linking `v0.24` to `v0.24.14`.
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.23` and linking `v0.23` to `v0.23.2`.
|
../../../.julia/packages/Documenter/CJeWX/src/deploydocs.jl#L533
removing `v0.22` and linking `v0.22` to `v0.22.2`.
|
This job succeeded
Loading