aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/introduction.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/introduction.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/introduction.md b/docs/user_guide/gaze_analysis_pipeline/introduction.md
index e696088..8c4d159 100644
--- a/docs/user_guide/gaze_analysis_pipeline/introduction.md
+++ b/docs/user_guide/gaze_analysis_pipeline/introduction.md
@@ -9,12 +9,12 @@ First, let's look at the schema below: it gives an overview of the main notions
To build your own gaze analysis pipeline, you need to know:
-* [How to edit timestamped gaze positions](../timestamped_gaze_positions_edition),
-* [How to deal with an ArFrame instance](../ar_frame_configuration_and_execution),
-* [How to deal with an ArLayer instance](../ar_layer_configuration_and_execution),
-* [How to log resulted gaze analysis](../gaze_analysis_logging),
-* [How to visualize heatmap](../heatmap_visualisation).
+* [How to edit timestamped gaze positions](timestamped_gaze_positions_edition.md),
+* [How to deal with an ArFrame instance](ar_frame_configuration_and_execution.md),
+* [How to deal with an ArLayer instance](ar_layer_configuration_and_execution.md),
+* [How to log resulted gaze analysis](gaze_analysis_logging.md),
+* [How to visualize heatmap](heatmap_visualisation.md).
More advanced features are also explained like:
-* [How to load module from another package](../advanced_topics/module_loading)
+* [How to load module from another package](advanced_topics/module_loading.md)