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 583e61f commit 03d6437Copy full SHA for 03d6437
docs/make.jl
@@ -14,6 +14,6 @@ makedocs(;
14
"Distributions.jl integration" => "distributions.md",
15
"Examples" => "examples.md",
16
],
17
- ignore = [InverseFunctions.inverse, Bijectors.logabsdetjacinv],
+ ignore = [Bijectors.InverseFunctions.inverse, Bijectors.logabsdetjacinv],
18
checkdocs=:exports,
19
)
0 commit comments