Skip to content

Commit a4ad5e2

Browse files
authored
Move submodel-condition docs to docs (#949)
1 parent cf2ca27 commit a4ad5e2

File tree

2 files changed

+1
-359
lines changed

2 files changed

+1
-359
lines changed

docs/make.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ makedocs(;
2424
format=Documenter.HTML(; size_threshold=2^10 * 400),
2525
modules=[DynamicPPL, Base.get_extension(DynamicPPL, :DynamicPPLMCMCChainsExt)],
2626
pages=[
27-
"Home" => "index.md",
28-
"API" => "api.md",
29-
"Internals" => ["internals/varinfo.md", "internals/submodel_condition.md"],
27+
"Home" => "index.md", "API" => "api.md", "Internals" => ["internals/varinfo.md"]
3028
],
3129
checkdocs=:exports,
3230
doctest=false,

docs/src/internals/submodel_condition.md

Lines changed: 0 additions & 356 deletions
This file was deleted.

0 commit comments

Comments
 (0)