Skip to content

Commit c1ed156

Browse files
authored
Add badges to README (#86)
1 parent 84d1bd7 commit c1ed156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# AdvancedMH.jl
22

3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://turinglang.github.io/AdvancedMH.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://turinglang.github.io/AdvancedMH.jl/dev)
5+
[![AdvancedMH-CI](https://github.com/TuringLang/AdvancedMH.jl/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/TuringLang/AdvancedMH.jl/actions/workflows/main.yml?query=branch%3Amaster)
6+
37
AdvancedMH.jl currently provides a robust implementation of random walk Metropolis-Hastings samplers.
48

59
Further development aims to provide a suite of adaptive Metropolis-Hastings implementations.

0 commit comments

Comments
 (0)