Skip to content

Commit

Permalink
docs(reference): move numeric/bool 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 7f340de commit f3f23ac
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ quartodoc:
name: Top-level APIs
desc: Methods and objects available directly on the `ibis` module.
contents:
- name: and_
dynamic: true
- name: array
dynamic: true
- name: asc
Expand Down Expand Up @@ -236,24 +234,18 @@ quartodoc:
dynamic: true
- name: memtable
dynamic: true
- name: negate
package: ibis.expr.api
- name: NA
package: ibis.expr.api
- name: now
dynamic: true
- name: "null"
dynamic: true
- name: or_
dynamic: true
- name: param
dynamic: true
- name: show_sql
dynamic: true
- name: to_sql
dynamic: true
- name: random
dynamic: true
- name: range_window
dynamic: true
- name: read_csv
Expand Down Expand Up @@ -323,6 +315,14 @@ quartodoc:
- DecimalValue
- name: BooleanValue
package: ibis.expr.types.logical
- name: and_
dynamic: true
- name: or_
dynamic: true
- name: negate
package: ibis.expr.api
- name: random
dynamic: true

- kind: page
path: expression-strings
Expand Down

0 comments on commit f3f23ac

Please sign in to comment.