aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md7
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md6
2 files changed, 6 insertions, 7 deletions
diff --git a/docs/index.md b/docs/index.md
index bfaba85..e257039 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,13 +10,6 @@ title: What is ArGaze?
![ArGaze pipeline](img/argaze_pipeline.png)
-!!! warning "Eyetracker connectors are not provided"
-
- **ArGaze** works with any eyetracker device but there is no connector provided inside the library.
-<!--
- [Read the use cases section to discover examples using specific eyetrackers](./user_cases/introduction.md).
-!-->
-
## Gaze analysis pipeline
First of all, **ArGaze** provides extensible modules library allowing to select application specific algorithms at each pipeline step:
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 5c60f8c..afe4140 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
@@ -65,4 +65,10 @@ start_time = time.time()
!!! warning "Free time unit"
Timestamps can either be integer or float, second, millisecond or what ever you need. The only concern is that all time values used in further configurations have to be all the same unit.
+<!--
+!!! 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