Skip to content

Commit

Permalink
fixed issues
Browse files Browse the repository at this point in the history
  • Loading branch information
epinzur committed Oct 10, 2023
1 parent d49e9d1 commit 2b12e56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 deletions python/docs/_reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ quartodoc:
dynamic: true

sections:
- title: Sessions
options:
children: embedded
contents:
- init_session
- title: Timestream
options:
children: flat
contents:
- name: Timestream
members:
- data_type
- _timestream.LiteralValue
- _timestream.Arg
- is_continuous
- name: LiteralValue
dynamic: false
- name: Arg
dynamic: false
- subtitle: Aggregation
desc: |
The User Guide has details on [aggregations in general](../../../guide/aggregation.qmd).
Expand Down Expand Up @@ -110,6 +118,7 @@ quartodoc:
- Timestream.cast
- Timestream.coalesce
- Timestream.else_
- Timestream.explain
- Timestream.filter
- Timestream.hash
- Timestream.if_
Expand All @@ -128,8 +137,10 @@ quartodoc:
- record
- subtitle: String
contents:
- Timestream.len
- Timestream.lower
- Timestream.upper
- Timestream.substring
- subtitle: Time
contents:
- Timestream.shift_by
Expand Down Expand Up @@ -186,4 +197,4 @@ quartodoc:
children: embedded
contents:
- History
- Snapshot
- Snapshot
4 changes: 2 additions & 2 deletions python/pysrc/kaskada/_timestream.py
Original file line number Diff line number Diff line change
Expand Up @@ -1356,8 +1356,8 @@ def record(fields: Mapping[str, Arg]) -> Timestream:
fields: The fields to include in the record.
See Also:
[Timestream.record](`kaskada.Timestream.record`): Method for creating a record from fields computed from
a timestream.
[Timestream.record](`kaskada.Timestream.record`): Method for creating a record
from fields computed from a timestream.
"""
import itertools

Expand Down

0 comments on commit 2b12e56

Please sign in to comment.