From 293d1cc9b0fe6d7e871511cd716001f5765d9118 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Thu, 10 Aug 2023 09:04:31 +0200 Subject: Working on gaze analysis pipeline documentation. Still in progress... --- mkdocs.yml | 66 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 36 insertions(+), 30 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index a77d2ad..06e0d2e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,36 +4,42 @@ nav: - installation.md - license.md - User Guide: - - ArUco Markers: - - user_guide/aruco_markers/introduction.md - - user_guide/aruco_markers/dictionary_selection.md - - user_guide/aruco_markers/markers_creation.md - - user_guide/aruco_markers/camera_calibration.md - - user_guide/aruco_markers/markers_detection.md - - user_guide/aruco_markers/markers_pose_estimation.md - - user_guide/aruco_markers/markers_scene_description.md - - Areas Of Interest: - - user_guide/areas_of_interest/introduction.md - - user_guide/areas_of_interest/aoi_scene_description.md - - user_guide/areas_of_interest/aoi_scene_projection.md - - user_guide/areas_of_interest/vision_cone_filtering.md - - user_guide/areas_of_interest/aoi_matching.md - - user_guide/areas_of_interest/heatmap.md - - Augmented Reality environment: - - user_guide/ar_environment/introduction.md - - user_guide/ar_environment/environment_setup.md - - user_guide/ar_environment/environment_exploitation.md - - Gaze Analysis: - - user_guide/gaze_analysis/introduction.md - - user_guide/gaze_analysis/gaze_position.md - - user_guide/gaze_analysis/gaze_movement.md - - user_guide/gaze_analysis/scan_path.md - - Timestamped data: - - user_guide/timestamped_data/introduction.md - - user_guide/timestamped_data/ordered_dictionary.md - - user_guide/timestamped_data/saving_and_loading.md - - user_guide/timestamped_data/data_synchronisation.md - - user_guide/timestamped_data/pandas_dataframe_conversion.md + - Gaze Analysis Pipeline: + - user_guide/gaze_analysis_pipeline/introduction.md + - user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md + - user_guide/gaze_analysis_pipeline/ar_frame_configuration_and_execution.md + - Advanced Topics: + - user_guide/gaze_analysis_pipeline/advanced_topics/plugin_loading.md +# - ArUco Markers: +# - user_guide/aruco_markers/introduction.md +# - user_guide/aruco_markers/dictionary_selection.md +# - user_guide/aruco_markers/markers_creation.md +# - user_guide/aruco_markers/camera_calibration.md +# - user_guide/aruco_markers/markers_detection.md +# - user_guide/aruco_markers/markers_pose_estimation.md +# - user_guide/aruco_markers/markers_scene_description.md +# - Areas Of Interest: +# - user_guide/areas_of_interest/introduction.md +# - user_guide/areas_of_interest/aoi_scene_description.md +# - user_guide/areas_of_interest/aoi_scene_projection.md +# - user_guide/areas_of_interest/vision_cone_filtering.md +# - user_guide/areas_of_interest/aoi_matching.md +# - user_guide/areas_of_interest/heatmap.md +# - Augmented Reality environment: +# - user_guide/ar_environment/introduction.md +# - user_guide/ar_environment/environment_setup.md +# - user_guide/ar_environment/environment_exploitation.md +# - Gaze Analysis: +# - user_guide/gaze_analysis/introduction.md +# - user_guide/gaze_analysis/gaze_position.md +# - user_guide/gaze_analysis/gaze_movement.md +# - user_guide/gaze_analysis/scan_path.md +# - Timestamped data: +# - user_guide/timestamped_data/introduction.md +# - user_guide/timestamped_data/ordered_dictionary.md +# - user_guide/timestamped_data/saving_and_loading.md +# - user_guide/timestamped_data/data_synchronisation.md +# - user_guide/timestamped_data/pandas_dataframe_conversion.md - utils: - user_guide/utils/ready-made_scripts.md - user_guide/utils/demonstrations_scripts.md -- cgit v1.1