We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5da52c commit 30650fdCopy full SHA for 30650fd
docs/make.jl
@@ -0,0 +1,8 @@
1
+using Documenter, PartialRejectionSampling
2
+
3
+# DocMeta.setdocmeta!(PartialRejectionSampling, :DocTestSetup, :(using PartialRejectionSampling); recursive=true)
4
5
+makedocs(
6
+ sitename="My Documentation",
7
+ # doctest=:fix # = false to skip doctests
8
+)
docs/src/index.md
@@ -0,0 +1,11 @@
+# PartialRejectionSampling.jl Documentation
+```@contents
+```
+## Functions
+## Index
9
10
+```@index
11
0 commit comments