aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/eye_tracking_context/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/eye_tracking_context/introduction.md')
-rw-r--r--docs/user_guide/eye_tracking_context/introduction.md5
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)