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/index.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/index.md')
-rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index 8893cd5..7017ec8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ title: What is ArGaze? # Enable modular gaze processing pipeline -**Useful links**: [Installation](installation) | [Source Repository](https://git.recherche.enac.fr/projects/argaze/repository) | [Issue Tracker](https://git.recherche.enac.fr/projects/argaze/issues) | [Contact](mailto:achil-contact@recherche.enac.fr) +**Useful links**: [Installation](installation.md) | [Source Repository](https://git.recherche.enac.fr/projects/argaze/repository) | [Issue Tracker](https://git.recherche.enac.fr/projects/argaze/issues) | [Contact](mailto:achil-contact@recherche.enac.fr) **ArGaze** python toolkit provides a set of classes to build custom-made gaze processing pipelines that works with any kind of eye tracker devices. @@ -20,7 +20,7 @@ Whether in real time or in post-processing, **ArGaze** provides extensible plugi Once incoming data formatted as required, all those gaze analysis features can be used with any screen-based eye tracker devices. -[Learn how to build gaze analysis pipelines for various use cases by reading user guide dedicated section](./user_guide/gaze_analysis_pipeline/introduction). +[Learn how to build gaze analysis pipelines for various use cases by reading user guide dedicated section](./user_guide/gaze_analysis_pipeline/introduction.md). ## Augmented reality pipeline |