Skip to content

Commit 30650fd

Browse files
committed
First steps with documentation
1 parent f5da52c commit 30650fd

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

docs/make.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PartialRejectionSampling.jl Documentation
2+
3+
```@contents
4+
```
5+
6+
## Functions
7+
8+
## Index
9+
10+
```@index
11+
```

0 commit comments

Comments
 (0)