Skip to content

Commit

Permalink
docs(reference): move temporal 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 efcc2fb commit c452fbb
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,28 +200,18 @@ quartodoc:
dynamic: true
- name: connect
package: ibis.backends.base
- name: date
dynamic: true
- name: dtype
dynamic: true
- name: get_backend
dynamic: true
- name: interval
dynamic: true
- name: map
dynamic: true
- name: now
dynamic: true
- name: schema
dynamic: true
- name: set_backend
dynamic: true
- name: struct
dynamic: true
- name: time
dynamic: true
- name: timestamp
dynamic: true

- kind: page
path: expression-tables
Expand Down Expand Up @@ -368,6 +358,21 @@ quartodoc:
- TimeValue
- IntervalValue
- DayOfWeek
- name: now
package: ibis
dynamic: true
- name: date
package: ibis
dynamic: true
- name: time
package: ibis
dynamic: true
- name: timestamp
package: ibis
dynamic: true
- name: interval
package: ibis
dynamic: true

- kind: page
path: expression-collections
Expand Down

0 comments on commit c452fbb

Please sign in to comment.