aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-25 21:04:19 +0200
committerThéo de la Hogue2024-04-25 21:04:19 +0200
commit350cbb2a0b2ca673c6c72df6bf4dd1ab562b2ade (patch)
treecb3c87b5a1ee4107a7035821c429a5d3817c1151 /docs/user_guide/gaze_analysis_pipeline
parent8b97c9949fce67239a2ee01a5591e11767c5dd87 (diff)
downloadargaze-350cbb2a0b2ca673c6c72df6bf4dd1ab562b2ade.zip
argaze-350cbb2a0b2ca673c6c72df6bf4dd1ab562b2ade.tar.gz
argaze-350cbb2a0b2ca673c6c72df6bf4dd1ab562b2ade.tar.bz2
argaze-350cbb2a0b2ca673c6c72df6bf4dd1ab562b2ade.tar.xz
Improving documentation.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md2
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md5
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md b/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md
index 9759c23..6a13abe 100644
--- a/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md
+++ b/docs/user_guide/gaze_analysis_pipeline/aoi_2d_description.md
@@ -55,3 +55,5 @@ JSON file format allows describing AOI.
}
}
```
+!!! note ""
+ Now we have AOI description, read the next chapter to learn [how to enable AOI analysis](./aoi_analysis.md). \ No newline at end of file
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 022899e..026d287 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
@@ -66,9 +66,10 @@ start_time = time.time()
Timestamps can either be integers or floats, seconds, milliseconds or what ever you need. The only concern is that all time values used in further configurations have to be in the same unit.
<!--
-!!! Note "Eyetracker connectors"
+!!! note "Eyetracker connectors"
[Read the use cases section to discover examples using specific eyetrackers](./user_cases/introduction.md).
!-->
-Now we have timestamped gaze positions at expected format, let's see how to analyze them. \ No newline at end of file
+!!! note ""
+ Now we have timestamped gaze positions at expected format, read the next chapter to start learning [how to analyze them](./configuration_and_execution.md). \ No newline at end of file