Skip to content

Commit 4371000

Browse files
authored
docs: Update documentation interlinks (#110)
* docs: Remove custom interlink inventories All of these projects now have their own inventories * docs: Update external reference for dimstacks * chore: Increment patch number
1 parent a2b1d59 commit 4371000

File tree

6 files changed

+5
-33
lines changed

6 files changed

+5
-33
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "InferenceObjects"
22
uuid = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
33
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
4-
version = "0.4.16"
4+
version = "0.4.17"
55

66
[deps]
77
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"

docs/inventories/DimensionalData.toml

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/inventories/IntervalSets.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/make.jl

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@ DocMeta.setdocmeta!(
1212

1313
links = InterLinks(
1414
"arviz" => "https://python.arviz.org/en/stable/",
15-
"DimensionalData" => (
16-
"https://rafaqz.github.io/DimensionalData.jl/stable/",
17-
joinpath(@__DIR__, "inventories", "DimensionalData.toml"),
18-
),
19-
"IntervalSets" => (
20-
"https://juliamath.github.io/IntervalSets.jl/stable/",
21-
joinpath(@__DIR__, "inventories", "IntervalSets.toml"),
22-
),
15+
"DimensionalData" => "https://rafaqz.github.io/DimensionalData.jl/stable/",
16+
"IntervalSets" => "https://juliamath.github.io/IntervalSets.jl/stable/",
2317
"NCDatasets" => "https://juliageo.org/NCDatasets.jl/stable/",
2418
"PosteriorStats" => "https://julia.arviz.org/PosteriorStats/stable/",
2519
"MCMCDiagnosticTools" => "https://julia.arviz.org/MCMCDiagnosticTools/stable/",

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](@extref DimensionalData dimstacks) for example usage.
23+
See [DimensionalData's documentation](@extref DimensionalData stacks) for example usage.
2424

2525
## Tables inteface
2626

src/dataset.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Container of dimensional arrays sharing some dimensions.
55
6-
This type is an [`DimensionalData.AbstractDimStack`](@extref DimensionalData dimstacks)
6+
This type is an [`DimensionalData.AbstractDimStack`](@extref DimensionalData stacks)
77
that implements the same interface as `DimensionalData.DimStack` and has identical usage.
88
99
# Constructors

0 commit comments

Comments
 (0)