Skip to content

Commit

Permalink
docs(reference): move collections 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 c452fbb commit 4780536
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions docs/_quarto.yml
Expand Up @@ -196,22 +196,16 @@ quartodoc:
name: Top-level APIs
desc: Methods and objects available directly on the `ibis` module.
contents:
- name: array
dynamic: true
- name: connect
package: ibis.backends.base
- name: dtype
dynamic: true
- name: get_backend
dynamic: true
- name: map
dynamic: true
- name: schema
dynamic: true
- name: set_backend
dynamic: true
- name: struct
dynamic: true

- kind: page
path: expression-tables
Expand Down Expand Up @@ -376,16 +370,23 @@ quartodoc:

- kind: page
path: expression-collections
package: ibis
summary:
name: Collection expressions
desc: Arrays, maps and structs.
contents:
- name: ArrayValue
package: ibis.expr.types.arrays
- name: StructValue
package: ibis.expr.types.structs
- name: MapValue
package: ibis.expr.types.maps
- name: StructValue
package: ibis.expr.types.structs
- name: array
dynamic: true
- name: map
dynamic: true
- name: struct
dynamic: true

- kind: page
path: expression-geospatial
Expand Down

0 comments on commit 4780536

Please sign in to comment.