Skip to content

Commit b7c0f3d

Browse files
committed
add link to documentation page /dev
1 parent 982837f commit b7c0f3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

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

3+
<!-- [![][docs-stable-img]][docs-stable-url] -->
4+
[![][docs-dev-img]][docs-dev-url]
5+
36
Some implementations of partial rejection samplers for
47

58
- Rooted spanning forests
@@ -25,3 +28,9 @@ For now, examples are located in the `test` folder.
2528
Building a proper documentation is work in progress.
2629

2730
Any feedback is welcome :)
31+
32+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
33+
[docs-dev-url]: https://guilgautier.github.io/PartialRejectionSampling.jl/dev
34+
35+
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
36+
[docs-stable-url]: https://guilgautier.github.io/PartialRejectionSampling.jl/stable

0 commit comments

Comments
 (0)