aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-08-28 15:23:00 +0200
committerThéo de la Hogue2023-08-28 15:23:00 +0200
commit4358c40d358c811a46b3ec5325d9475c887c4b9e (patch)
tree8adc5ef53d618b22868cd229c4acc5c487655dc1 /docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
parent4e839f353700011457f52b305312ddf0217069a9 (diff)
downloadargaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.zip
argaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.tar.gz
argaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.tar.bz2
argaze-4358c40d358c811a46b3ec5325d9475c887c4b9e.tar.xz
Fixing documentation linking.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md b/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
index 3b30bf8..73ed9e1 100644
--- a/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
+++ b/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md
@@ -28,7 +28,7 @@ for timestamp, gaze_position in ts_gaze_positions.items():
## Edit gaze positions from live stream
-When gaze positions comes from a real time input, gaze position can be edited thanks to [GazePosition](../../../argaze/#argaze.GazeFeatures.GazePosition) class.
+When gaze positions comes from a real time input, gaze position can be edited thanks to [GazePosition](../../argaze.md/#argaze.GazeFeatures.GazePosition) class.
Besides, timestamps can be edited from the incoming data stream or, if not available, they can be edited thanks to the python [time package](https://docs.python.org/3/library/time.html).
``` python