From dd547aadd5ca660158d492295595b005b5146142 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 21 Jan 2025 00:45:28 +0000 Subject: [PATCH] Update docs/src/api.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/src/api.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/src/api.md b/docs/src/api.md index 82d9cf4aa..60d81c1d4 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -43,12 +43,12 @@ even though [`Prior()`](@ref) is actually defined in the `Turing.Inference` modu ### Inference -| Exported symbol | Documentation | Description | -| :--------------- | :------------------------------------------------------------------------------------------------ | :------------------- | -| `sample` | [`StatsBase.sample`](https://turinglang.org/AbstractMCMC.jl/stable/api/#Sampling-a-single-chain) | Sample from a model | -| `MCMCThreads` | [`AbstractMCMC.MCMCThreads`](@extref) | Run MCMC using multiple threads | -| `MCMCDistributed` | [`AbstractMCMC.MCMCDistributed`](@extref) | Run MCMC using multiple processes | -| `MCMCSerial` | [`AbstractMCMC.MCMCSerial`](@extref) | Run MCMC using without parallelism | +| Exported symbol | Documentation | Description | +|:----------------- |:------------------------------------------------------------------------------------------------ |:---------------------------------- | +| `sample` | [`StatsBase.sample`](https://turinglang.org/AbstractMCMC.jl/stable/api/#Sampling-a-single-chain) | Sample from a model | +| `MCMCThreads` | [`AbstractMCMC.MCMCThreads`](@extref) | Run MCMC using multiple threads | +| `MCMCDistributed` | [`AbstractMCMC.MCMCDistributed`](@extref) | Run MCMC using multiple processes | +| `MCMCSerial` | [`AbstractMCMC.MCMCSerial`](@extref) | Run MCMC using without parallelism | ### Samplers