Skip to content

Commit c1d9b61

Browse files
authored
Remove VarInfo internal docs from navigation (#1073)
1 parent fa87b27 commit c1d9b61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ makedocs(;
3434
Base.get_extension(DynamicPPL, :DynamicPPLMarginalLogDensitiesExt),
3535
],
3636
pages=[
37-
"Home" => "index.md", "API" => "api.md", "Internals" => ["internals/varinfo.md"]
37+
"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"],
3842
],
3943
checkdocs=:exports,
4044
doctest=false,

0 commit comments

Comments
 (0)