Skip to content

Commit 8d23b78

Browse files
authored
Add a link to Turing docs (#179)
1 parent e15d26c commit 8d23b78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/api.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ AbstractMCMC.MCMCSerial
6767

6868
## Common keyword arguments
6969

70+
!!! tip "Turing.jl"
71+
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/).
72+
7073
Common keyword arguments for regular and parallel sampling are:
7174
- `progress` (default: `AbstractMCMC.PROGRESS[]` which is `true` initially): toggles progress logging. See the section on [Progress logging](#progress-logging) below for more details.
7275
- `chain_type` (default: `Any`): determines the type of the returned chain

0 commit comments

Comments
 (0)