Skip to content

Commit e94dd22

Browse files
committed
Add to docs
1 parent e521f9c commit e94dd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ AbstractMCMC.sample(
3434
)
3535
```
3636

37-
Two algorithms are provided for parallel sampling with multiple threads and multiple processes,
38-
respectively:
37+
Two algorithms are provided for parallel sampling with multiple threads and multiple processes, and one allows for the user to sample multiple chains in serial (no parallelization):
3938
```@docs
4039
AbstractMCMC.MCMCThreads
4140
AbstractMCMC.MCMCDistributed
41+
AbstractMCMC.MCMCSerial
4242
```
4343

4444
## Common keyword arguments

0 commit comments

Comments
 (0)