We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027f8e4 commit 1b70c13Copy full SHA for 1b70c13
1 file changed
docs/make.jl
@@ -63,6 +63,7 @@ links = InterLinks(
63
"https://docs.sciml.ai/RecursiveArrayTools/stable/objects.inv",
64
joinpath(@__DIR__, "src", "inventories", "RecursiveArrayTools.toml")
65
),
66
+ "ArrayInterface" => "https://docs.sciml.ai/ArrayInterface/stable/",
67
"DrWatson" => "https://juliadynamics.github.io/DrWatson.jl/stable/",
68
)
69
@@ -75,6 +76,7 @@ fallbacks = DocumenterInterLinks.ExternalFallbacks(
75
76
"GrapeResult" => "@extref GRAPE :jl:type:`GRAPE.GrapeResult`",
77
"make_grape_print_iters" => "@extref GRAPE :jl:function:`GRAPE.make_grape_print_iters`",
78
"GrapeWrk" => "@extref GRAPE :jl:type:`GRAPE.GrapeWrk`",
79
+ "Operators" => "@extref QuantumPropagators :std:label:`Operators`",
80
automatic = false,
81
82
0 commit comments