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 fa87b27 commit c1d9b61Copy full SHA for c1d9b61
docs/make.jl
@@ -34,7 +34,11 @@ makedocs(;
34
Base.get_extension(DynamicPPL, :DynamicPPLMarginalLogDensitiesExt),
35
],
36
pages=[
37
- "Home" => "index.md", "API" => "api.md", "Internals" => ["internals/varinfo.md"]
+ "Home" => "index.md",
38
+ "API" => "api.md",
39
+ # TODO(mhauru) The varinfo.md has fallen badly out of date. Update it and add it
40
+ # back in.
41
+ #"Internals" => ["internals/varinfo.md"],
42
43
checkdocs=:exports,
44
doctest=false,
0 commit comments