Skip to content

Commit

Permalink
[CHORE] Fix filepath for autogeneration of .list.join docs (#1084)
Browse files Browse the repository at this point in the history
This should fix the bad generation of `.rst` files for
`ExpressionListNamespace.join`

cc @samster25

Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
  • Loading branch information
jaychia and Jay Chia authored Jun 22, 2023
1 parent 4233613 commit 6f51b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api_docs/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f51b4b

Please sign in to comment.