Skip to content

Commit dd547aa

Browse files
Update docs/src/api.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ebf8bf3 commit dd547aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ even though [`Prior()`](@ref) is actually defined in the `Turing.Inference` modu
4343

4444
### Inference
4545

46-
| Exported symbol | Documentation | Description |
47-
| :--------------- | :------------------------------------------------------------------------------------------------ | :------------------- |
48-
| `sample` | [`StatsBase.sample`](https://turinglang.org/AbstractMCMC.jl/stable/api/#Sampling-a-single-chain) | Sample from a model |
49-
| `MCMCThreads` | [`AbstractMCMC.MCMCThreads`](@extref) | Run MCMC using multiple threads |
50-
| `MCMCDistributed` | [`AbstractMCMC.MCMCDistributed`](@extref) | Run MCMC using multiple processes |
51-
| `MCMCSerial` | [`AbstractMCMC.MCMCSerial`](@extref) | Run MCMC using without parallelism |
46+
| Exported symbol | Documentation | Description |
47+
|:----------------- |:------------------------------------------------------------------------------------------------ |:---------------------------------- |
48+
| `sample` | [`StatsBase.sample`](https://turinglang.org/AbstractMCMC.jl/stable/api/#Sampling-a-single-chain) | Sample from a model |
49+
| `MCMCThreads` | [`AbstractMCMC.MCMCThreads`](@extref) | Run MCMC using multiple threads |
50+
| `MCMCDistributed` | [`AbstractMCMC.MCMCDistributed`](@extref) | Run MCMC using multiple processes |
51+
| `MCMCSerial` | [`AbstractMCMC.MCMCSerial`](@extref) | Run MCMC using without parallelism |
5252

5353
### Samplers
5454

0 commit comments

Comments
 (0)