From c5ccb99263029ee3e003c0cbf0f5d1da2a0e1aed Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Wed, 18 Sep 2024 12:33:28 -0400 Subject: [PATCH] docs(table-expr): include inherited methods (all `to_*` methods) (#10164) I just noticed that `to_polars` and `to_pyarrow` weren't showing up in searches, that's because we aren't including methods from the `_FileIOHandler` mixin in the reference docs. Now we do. --- docs/_quarto.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index 642010c144fa..1817659c9f7e 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -220,6 +220,7 @@ quartodoc: contents: - name: Table package: ibis.expr.types.relations + include_inherited: true - name: GroupedTable package: ibis.expr.types.groupby - name: read_csv