Skip to content

Commit

Permalink
docs(reference): move types API from global
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCrews authored and cpcloud committed Sep 27, 2023
1 parent 4780536 commit 662c509
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,8 @@ quartodoc:
contents:
- name: connect
package: ibis.backends.base
- name: dtype
dynamic: true
- name: get_backend
dynamic: true
- name: schema
dynamic: true
- name: set_backend
dynamic: true

Expand Down Expand Up @@ -434,6 +430,9 @@ quartodoc:
name: Data types
desc: Scalar and column data types
contents:
- name: dtype
package: ibis
dynamic: true
- Array
- Binary
- Boolean
Expand Down Expand Up @@ -475,6 +474,9 @@ quartodoc:
name: Schemas
desc: Table Schemas
contents:
- name: schema
package: ibis
dynamic: true
- Schema

- title: UDFs
Expand Down

0 comments on commit 662c509

Please sign in to comment.