From 1fa8312ee62e069991a6c424cd36e1f199521be7 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 7 Oct 2025 13:35:21 +0100 Subject: [PATCH] Add a link to Turing docs --- docs/src/api.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/src/api.md b/docs/src/api.md index e53f2ccf..94b006ab 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -67,6 +67,9 @@ AbstractMCMC.MCMCSerial ## Common keyword arguments +!!! tip "Turing.jl" + The description of keyword arguments here is fairly generic, since it only pertains to the AbstractMCMC interface. If you are specifically interested in sampling with Turing.jl, there is [a dedicated documentation page for that](https://turinglang.org/docs/usage/sampling-options/). + Common keyword arguments for regular and parallel sampling are: - `progress` (default: `AbstractMCMC.PROGRESS[]` which is `true` initially): toggles progress logging. See the section on [Progress logging](#progress-logging) below for more details. - `chain_type` (default: `Any`): determines the type of the returned chain