Skip to content

Commit

Permalink
fix code example overflow and update copytext
Browse files Browse the repository at this point in the history
  • Loading branch information
nathakits committed Nov 24, 2023
1 parent 5dd0dd0 commit 54af05b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions invisible/real-time-api/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ print(f"Started recording with id {recording_id}")
time.sleep(5)

device.recording_stop_and_save()
```

Started recording with id 2f99d9f9-f009-4015-97dd-eb253de443b0
# output: Started recording with id 2f99d9f9-f009-4015-97dd-eb253de443b0
```

While a recording is running, you can save [events](https://docs.pupil-labs.com/neon/data-collection/events/)
using the [`send_event`](https://pupil-labs-realtime-api.readthedocs.io/en/stable/api/simple.html#pupil_labs.realtime_api.simple.Device.send_event) method.
Expand Down
2 changes: 1 addition & 1 deletion neon/pupil-cloud/visualizations/heatmap/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Heatmap

TODO
Coming soon!
4 changes: 2 additions & 2 deletions neon/real-time-api/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ print(f"Started recording with id {recording_id}")
time.sleep(5)

device.recording_stop_and_save()
```

Started recording with id 2f99d9f9-f009-4015-97dd-eb253de443b0
# output: Started recording with id 2f99d9f9-f009-4015-97dd-eb253de443b0
```

## Saving Events

Expand Down

0 comments on commit 54af05b

Please sign in to comment.