From 51a793bf270e796ec911557eb2351043927e72e8 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 25 Jan 2024 16:08:05 -0500 Subject: [PATCH] namespace for docstrings --- docs/src/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/index.md b/docs/src/index.md index f1d0b3e..6ae15e7 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -14,9 +14,9 @@ Pkg.add("FindFirstFunctions") ## Available Functions ```@docs -findfirstequal -bracketstrictlymontonic -searchsortedfirstcorrelated +FindFirstFunctions.findfirstequal +FindFirstFunctions.bracketstrictlymontonic +FindFirstFunctions.searchsortedfirstcorrelated ``` ## Contributing