diff options
author | Théo de la Hogue | 2023-09-26 17:43:56 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-26 17:43:56 +0200 |
commit | 06548cb7cb807f42fa42e4777288f67f259ae64a (patch) | |
tree | da4b990f53828f58de91046ac6997b430e2d44c2 /docs/user_guide/gaze_analysis_pipeline | |
parent | 6af30f98e4d8c89e4602c4048622ce5e66dbe774 (diff) | |
download | argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.zip argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.tar.gz argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.tar.bz2 argaze-06548cb7cb807f42fa42e4777288f67f259ae64a.tar.xz |
Fixing errors returned by mkdocs serve.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/advanced_topics/module_loading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/module_loading.md b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/module_loading.md index 7796f45..f2e84d6 100644 --- a/docs/user_guide/gaze_analysis_pipeline/advanced_topics/module_loading.md +++ b/docs/user_guide/gaze_analysis_pipeline/advanced_topics/module_loading.md @@ -34,7 +34,7 @@ To do so, simply prepend the package where to find the module into the JSON conf } ``` -Then, load your package from the python script where the [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) is created. +Then, load your package from the python script where the [ArFrame](../../../argaze.md/#argaze.ArFeatures.ArFrame) is created. ```python from argaze import ArFeatures |