From 6f51b4be11870148855458faba47c0c5b4b161e0 Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:06:09 -0700 Subject: [PATCH] [CHORE] Fix filepath for autogeneration of .list.join docs (#1084) This should fix the bad generation of `.rst` files for `ExpressionListNamespace.join` cc @samster25 Co-authored-by: Jay Chia --- docs/source/api_docs/expressions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api_docs/expressions.rst b/docs/source/api_docs/expressions.rst index 1221648054..5d36fd180c 100644 --- a/docs/source/api_docs/expressions.rst +++ b/docs/source/api_docs/expressions.rst @@ -169,7 +169,7 @@ Operations on nested types (such as List and FixedSizeList), accessible through Example: ``e1.str.concat(e2)`` .. autosummary:: - :toctree: expression_methods + :toctree: doc_gen/expression_methods daft.expressions.expressions.ExpressionListNamespace.join