Skip to content

Commit

Permalink
docs(table-expr): include inherited methods (all to_* methods) (#10164
Browse files Browse the repository at this point in the history
)

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.
  • Loading branch information
gforsyth authored Sep 18, 2024
1 parent 1d965c7 commit b39ec14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b39ec14

Please sign in to comment.