From 6e7ed849fdd90287e84cf5a38366b0a3469a16a0 Mon Sep 17 00:00:00 2001 From: nathanrboyer Date: Mon, 2 Oct 2023 16:51:16 -0400 Subject: [PATCH] maybe fix documenter? --- docs/src/man/basics.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/man/basics.md b/docs/src/man/basics.md index 7f77d555b..0e9874301 100644 --- a/docs/src/man/basics.md +++ b/docs/src/man/basics.md @@ -1589,7 +1589,6 @@ as the source data frame, but with only the rows where the passed operations are !!! Note Other Resources * For formal, comprehensive explanations of all manipulation functions, see the [Functions](@ref) API. - * For an informal, long-form tutorial on these functions, see [A Gentle Introduction to Data Frame Manipulation Functions](@ref).