diff options
author | Théo de la Hogue | 2023-08-28 15:23:00 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-08-28 15:23:00 +0200 |
commit | 4358c40d358c811a46b3ec5325d9475c887c4b9e (patch) | |
tree | 8adc5ef53d618b22868cd229c4acc5c487655dc1 /docs/user_guide/gaze_analysis_pipeline/introduction.md | |
parent | 4e839f353700011457f52b305312ddf0217069a9 (diff) | |
download | argaze-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/introduction.md')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/introduction.md | 12 |
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) |