Skip to content

Commit 44de81c

Browse files
committed
add to doc
1 parent 63028d3 commit 44de81c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ makedocs(;
88
sitename="AbstractMCMC",
99
format=Documenter.HTML(),
1010
modules=[AbstractMCMC],
11-
pages=["Home" => "index.md", "api.md", "design.md"],
11+
pages=["Home" => "index.md", "api.md", "design.md", "gibbs.md"],
1212
checkdocs=:exports,
1313
)
1414

docs/src/gibbs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `state` Interface
1+
# `state` Interface Functions
22

33
We encourage sampler packages to implement the following interface functions for the `state` type(s) they maintain:
44

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ include("utils.jl")
2424
include("stepper.jl")
2525
include("transducer.jl")
2626
include("logdensityproblems.jl")
27+
include("gibbs_example/gibbs.jl")
2728
end

0 commit comments

Comments
 (0)