From cfb377158da1b16b80e9b42a68519dbef657d8e5 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 3 Jul 2024 17:18:29 +0200 Subject: Fixing relative links. --- docs/user_guide/eye_tracking_context/introduction.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/user_guide/eye_tracking_context/introduction.md') 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) -- cgit v1.1