From 8934263810e9eb1bc7a625cf0be4025f54d27519 Mon Sep 17 00:00:00 2001 From: Orjan Ameye Date: Fri, 27 Dec 2024 12:57:21 +0100 Subject: [PATCH] docs: update function names in sampling documentation --- docs/src/man/sampling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/man/sampling.md b/docs/src/man/sampling.md index f27b04f3..fbf425d1 100644 --- a/docs/src/man/sampling.md +++ b/docs/src/man/sampling.md @@ -4,8 +4,8 @@ These functions generate noise-induced transitions between an initial and final state. ```@docs -transition(sys::CoupledSDEs, x_i, x_f; kwargs...) -transitions(sys::CoupledSDEs, x_i, x_f, N=1; kwargs...) +transition +transitions ``` ## ... in pathspace