Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InferenceObjects"
uuid = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
version = "0.4.16"
version = "0.4.17"

[deps]
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
Expand Down
14 changes: 0 additions & 14 deletions docs/inventories/DimensionalData.toml

This file was deleted.

8 changes: 0 additions & 8 deletions docs/inventories/IntervalSets.toml

This file was deleted.

10 changes: 2 additions & 8 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@ DocMeta.setdocmeta!(

links = InterLinks(
"arviz" => "https://python.arviz.org/en/stable/",
"DimensionalData" => (
"https://rafaqz.github.io/DimensionalData.jl/stable/",
joinpath(@__DIR__, "inventories", "DimensionalData.toml"),
),
"IntervalSets" => (
"https://juliamath.github.io/IntervalSets.jl/stable/",
joinpath(@__DIR__, "inventories", "IntervalSets.toml"),
),
"DimensionalData" => "https://rafaqz.github.io/DimensionalData.jl/stable/",
"IntervalSets" => "https://juliamath.github.io/IntervalSets.jl/stable/",
"NCDatasets" => "https://juliageo.org/NCDatasets.jl/stable/",
"PosteriorStats" => "https://julia.arviz.org/PosteriorStats/stable/",
"MCMCDiagnosticTools" => "https://julia.arviz.org/MCMCDiagnosticTools/stable/",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namedtuple_to_dataset
## DimensionalData

As a `DimensionalData.AbstractDimStack`, `Dataset` also implements the `AbstractDimStack` API and can be used like a `DimStack`.
See [DimensionalData's documentation](@extref DimensionalData dimstacks) for example usage.
See [DimensionalData's documentation](@extref DimensionalData stacks) for example usage.

## Tables inteface

Expand Down
2 changes: 1 addition & 1 deletion src/dataset.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Container of dimensional arrays sharing some dimensions.

This type is an [`DimensionalData.AbstractDimStack`](@extref DimensionalData dimstacks)
This type is an [`DimensionalData.AbstractDimStack`](@extref DimensionalData stacks)
that implements the same interface as `DimensionalData.DimStack` and has identical usage.

# Constructors
Expand Down
Loading