Skip to content

Commit a52f3a7

Browse files
committed
Add more links to inventories
1 parent b93efdb commit a52f3a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/make.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ DocMeta.setdocmeta!(
1111
)
1212

1313
links = InterLinks(
14+
"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+
),
1423
"NCDatasets" => "https://alexander-barth.github.io/NCDatasets.jl/stable/",
1524
"PosteriorStats" => "https://julia.arviz.org/PosteriorStats/stable/",
1625
"MCMCDiagnosticTools" => "https://julia.arviz.org/MCMCDiagnosticTools/stable/",

0 commit comments

Comments
 (0)