From 23fa1a7835b3c7cfd976b1d160878289b1f0657c Mon Sep 17 00:00:00 2001 From: Theo De La Hogue Date: Sat, 23 Sep 2023 07:22:23 +0200 Subject: Fixing code annotation. Removing useless documentation section. Fixing documentation cross reference. --- mkdocs.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index c2f4c53..c1c2af6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,14 +31,6 @@ nav: - Advanced Topics: - user_guide/aruco_markers_pipeline/advanced_topics/optic_parameters_calibration.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 @@ -46,11 +38,11 @@ nav: # - user_guide/areas_of_interest/vision_cone_filtering.md # - user_guide/areas_of_interest/aoi_matching.md # - user_guide/areas_of_interest/heatmap.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 +# - Gaze Features: +# - user_guide/gaze_features/introduction.md +# - user_guide/gaze_features/gaze_position.md +# - user_guide/gaze_features/gaze_movement.md +# - user_guide/gaze_features/scan_path.md # - Timestamped data: # - user_guide/timestamped_data/introduction.md # - user_guide/timestamped_data/ordered_dictionary.md -- cgit v1.1 From 8f2b87bfec622dd32e90d9bfa17dfcda42add4fe Mon Sep 17 00:00:00 2001 From: Theo De La Hogue Date: Mon, 25 Sep 2023 14:45:52 +0200 Subject: Improving AOI description documentation. --- mkdocs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index c1c2af6..385ebef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,7 +8,8 @@ nav: - user_guide/gaze_analysis_pipeline/introduction.md - user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md - user_guide/gaze_analysis_pipeline/configuration_and_execution.md - - user_guide/gaze_analysis_pipeline/aoi_analysis.md + - user_guide/gaze_analysis_pipeline/aoi_2d_description.md + - user_guide/gaze_analysis_pipeline/aoi_2d_analysis.md - user_guide/gaze_analysis_pipeline/visualisation.md - user_guide/gaze_analysis_pipeline/logging.md - user_guide/gaze_analysis_pipeline/heatmap.md @@ -24,10 +25,10 @@ nav: - ArUco markers pipeline: - user_guide/aruco_markers_pipeline/introduction.md - user_guide/aruco_markers_pipeline/aruco_markers_description.md - - user_guide/aruco_markers_pipeline/aoi_description.md + - user_guide/aruco_markers_pipeline/aoi_3d_description.md - user_guide/aruco_markers_pipeline/configuration_and_execution.md - user_guide/aruco_markers_pipeline/pose_estimation.md - - user_guide/aruco_markers_pipeline/aoi_projection.md + - user_guide/aruco_markers_pipeline/aoi_3d_projection.md - Advanced Topics: - user_guide/aruco_markers_pipeline/advanced_topics/optic_parameters_calibration.md -- cgit v1.1 From 12ae7e20aba323624d360567ea424ac2d315fbc7 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 26 Sep 2023 10:47:43 +0200 Subject: Harmonizing AOI/aoi without s at the end. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 385ebef..3c5f10c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ nav: - user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md - user_guide/gaze_analysis_pipeline/configuration_and_execution.md - user_guide/gaze_analysis_pipeline/aoi_2d_description.md - - user_guide/gaze_analysis_pipeline/aoi_2d_analysis.md + - user_guide/gaze_analysis_pipeline/aoi_analysis.md - user_guide/gaze_analysis_pipeline/visualisation.md - user_guide/gaze_analysis_pipeline/logging.md - user_guide/gaze_analysis_pipeline/heatmap.md -- cgit v1.1 From 611ab703f970d0403c73ea67a1b2e70fa4d6da27 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 26 Sep 2023 16:46:47 +0200 Subject: Renaming a documentation chapter file. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 3c5f10c..b4b782e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -29,6 +29,7 @@ nav: - user_guide/aruco_markers_pipeline/configuration_and_execution.md - user_guide/aruco_markers_pipeline/pose_estimation.md - user_guide/aruco_markers_pipeline/aoi_3d_projection.md + - user_guide/aruco_markers_pipeline/aoi_3d_frame.md - Advanced Topics: - user_guide/aruco_markers_pipeline/advanced_topics/optic_parameters_calibration.md -- cgit v1.1 From 6af30f98e4d8c89e4602c4048622ce5e66dbe774 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Tue, 26 Sep 2023 17:39:10 +0200 Subject: Adding new aruco markers pipeline scripting chapter. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index b4b782e..2e21826 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,7 @@ nav: - user_guide/aruco_markers_pipeline/aoi_3d_projection.md - user_guide/aruco_markers_pipeline/aoi_3d_frame.md - Advanced Topics: + - user_guide/aruco_markers_pipeline/advanced_topics/scripting.md - user_guide/aruco_markers_pipeline/advanced_topics/optic_parameters_calibration.md # - Areas Of Interest: -- cgit v1.1 From 1a0dc73d98fdbe0d45523ca3ac914928b0ae775a Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 27 Sep 2023 09:58:43 +0200 Subject: Adding new chapter to explain how to configure ArUco marker detection. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 2e21826..784c9e2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -33,6 +33,7 @@ nav: - Advanced Topics: - user_guide/aruco_markers_pipeline/advanced_topics/scripting.md - user_guide/aruco_markers_pipeline/advanced_topics/optic_parameters_calibration.md + - user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.md # - Areas Of Interest: # - user_guide/areas_of_interest/introduction.md -- cgit v1.1 From 2d59cfc56590ed356a30d28cc52c00b533ab7a9e Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 27 Sep 2023 23:08:38 +0200 Subject: Removing hidden sections and chapters. --- mkdocs.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 784c9e2..d00d6e7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -34,25 +34,6 @@ nav: - user_guide/aruco_markers_pipeline/advanced_topics/scripting.md - user_guide/aruco_markers_pipeline/advanced_topics/optic_parameters_calibration.md - user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.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 -# - Gaze Features: -# - user_guide/gaze_features/introduction.md -# - user_guide/gaze_features/gaze_position.md -# - user_guide/gaze_features/gaze_movement.md -# - user_guide/gaze_features/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 From c12e429190b4f63064c81edfa08fb00b8ed8a28c Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Thu, 28 Sep 2023 23:31:33 +0200 Subject: Improving documentation details. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index d00d6e7..f988ed0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,9 +25,9 @@ nav: - ArUco markers pipeline: - user_guide/aruco_markers_pipeline/introduction.md - user_guide/aruco_markers_pipeline/aruco_markers_description.md - - user_guide/aruco_markers_pipeline/aoi_3d_description.md - user_guide/aruco_markers_pipeline/configuration_and_execution.md - user_guide/aruco_markers_pipeline/pose_estimation.md + - user_guide/aruco_markers_pipeline/aoi_3d_description.md - user_guide/aruco_markers_pipeline/aoi_3d_projection.md - user_guide/aruco_markers_pipeline/aoi_3d_frame.md - Advanced Topics: -- cgit v1.1