We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93efdb commit a52f3a7Copy full SHA for a52f3a7
docs/make.jl
@@ -11,6 +11,15 @@ DocMeta.setdocmeta!(
11
)
12
13
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
23
"NCDatasets" => "https://alexander-barth.github.io/NCDatasets.jl/stable/",
24
"PosteriorStats" => "https://julia.arviz.org/PosteriorStats/stable/",
25
"MCMCDiagnosticTools" => "https://julia.arviz.org/MCMCDiagnosticTools/stable/",
0 commit comments