diff options
author | Théo de la Hogue | 2024-07-03 17:18:29 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-07-03 17:18:29 +0200 |
commit | cfb377158da1b16b80e9b42a68519dbef657d8e5 (patch) | |
tree | e38011098c30440e21da9ba62eacb993c24eb8c7 /docs/user_guide/eye_tracking_context | |
parent | 8fc18a434da400f0fe82707e23838d6cc40a787d (diff) | |
download | argaze-cfb377158da1b16b80e9b42a68519dbef657d8e5.zip argaze-cfb377158da1b16b80e9b42a68519dbef657d8e5.tar.gz argaze-cfb377158da1b16b80e9b42a68519dbef657d8e5.tar.bz2 argaze-cfb377158da1b16b80e9b42a68519dbef657d8e5.tar.xz |
Fixing relative links.
Diffstat (limited to 'docs/user_guide/eye_tracking_context')
-rw-r--r-- | docs/user_guide/eye_tracking_context/introduction.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user_guide/eye_tracking_context/introduction.md b/docs/user_guide/eye_tracking_context/introduction.md index 8fe6c81..a6208b2 100644 --- a/docs/user_guide/eye_tracking_context/introduction.md +++ b/docs/user_guide/eye_tracking_context/introduction.md @@ -10,9 +10,10 @@ To use a ready-made eye tracking context, you only need to know: More advanced features are also explained like: * [How to script context](./advanced_topics/scripting.md), -* [How to define a context](./advanced_topics/context_definition.md) +* [How to define a context](./advanced_topics/context_definition.md), +* [How to edit timestamped gaze positions](advanced_topics/timestamped_gaze_positions_edition.md) To get deeper in how context works, the schema below mentions *enter* and *exit* methods which are related to the notion of [Python context manager](https://docs.python.org/3/reference/datamodel.html#context-managers). -![ArContext class](../../../img/eye_tracker_context.png) +![ArContext class](../../img/eye_tracker_context.png) |