Skip to content

Commit

Permalink
Fix docs (#90)
Browse files Browse the repository at this point in the history
* Update api.md

* Update make.jl

* Update api.md
  • Loading branch information
yebai authored Oct 26, 2023
1 parent 1a49914 commit 0420a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ using AdvancedMH

# cp(joinpath(@__DIR__, "../README.md"), joinpath(@__DIR__, "src/index.md"))

makedocs(sitename = "AdvancedMH", format = Documenter.HTML(), modules = [AdvancedMH])
makedocs(sitename = "AdvancedMH", format = Documenter.HTML(), modules = [AdvancedMH], checkdocs = :exports)

deploydocs(
repo = "github.com/TuringLang/AdvancedMH.jl.git",
Expand Down
3 changes: 1 addition & 2 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ MetropolisHastings

## Functions
```@docs
StaticMH
RWMH
DensityModel
```

2 comments on commit 0420a55

@yebai
Copy link
Member Author

@yebai yebai commented on 0420a55 Oct 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/94178

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.7.6 -m "<description of version>" 0420a55fec72780de07fe3861c88aa18c6d88082
git push origin v0.7.6

Please sign in to comment.