Skip to content

Commit

Permalink
more more more
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Oct 27, 2023
1 parent dbd810e commit 012cf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rerun_py/rerun_sdk/rerun/recording_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RecordingStream:
current thread, e.g.:
```
with rec:
rr.log_points(...)
rr.log(...)
```
See also: [`rerun.get_data_recording`][], [`rerun.get_global_data_recording`][],
Expand All @@ -44,7 +44,7 @@ class RecordingStream:
- Time-related functions:
[`rerun.set_time_seconds`][], [`rerun.set_time_sequence`][], …
- Log-related functions:
[`rerun.log_points`][], [`rerun.log_mesh_file`][], …
[`rerun.log`][], [`rerun.log_components`][], …
For an exhaustive list, see `help(rerun.RecordingStream)`.
Expand Down

0 comments on commit 012cf2a

Please sign in to comment.