From 05204ce6d7b80b96339f1254ca92a162f39d66f5 Mon Sep 17 00:00:00 2001 From: Will Tebbutt Date: Fri, 15 Sep 2023 10:57:42 +0100 Subject: [PATCH] Fix MeanFunction docstring display --- docs/src/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/api.md b/docs/src/api.md index 3de93747..eadd7e5d 100644 --- a/docs/src/api.md +++ b/docs/src/api.md @@ -165,7 +165,7 @@ We define an API for prior mean functions with the abstract type [`MeanFunction` and the [`mean_vector`](@ref) function. ```@docs -MeanFunction +AbstractGPs.MeanFunction mean_vector ```