Skip to content

Commit

Permalink
add to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Aug 23, 2024
1 parent 63028d3 commit 44de81c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedocs(;
sitename="AbstractMCMC",
format=Documenter.HTML(),
modules=[AbstractMCMC],
pages=["Home" => "index.md", "api.md", "design.md"],
pages=["Home" => "index.md", "api.md", "design.md", "gibbs.md"],
checkdocs=:exports,
)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/gibbs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `state` Interface
# `state` Interface Functions

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

Expand Down
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ include("utils.jl")
include("stepper.jl")
include("transducer.jl")
include("logdensityproblems.jl")
include("gibbs_example/gibbs.jl")
end

0 comments on commit 44de81c

Please sign in to comment.