diff options
author | Théo de la Hogue | 2023-06-19 10:01:10 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-06-19 10:01:10 +0200 |
commit | 91857bacd4f82e48d8a06b43bcc48294701d6a1d (patch) | |
tree | 93d95d0bc6ec4b01c295efe8b788ac69d369d6e2 /docs/user_guide/areas_of_interest/introduction.md | |
parent | 053726042d48f68bce7f0bfb4d53c5be097e234d (diff) | |
download | argaze-91857bacd4f82e48d8a06b43bcc48294701d6a1d.zip argaze-91857bacd4f82e48d8a06b43bcc48294701d6a1d.tar.gz argaze-91857bacd4f82e48d8a06b43bcc48294701d6a1d.tar.bz2 argaze-91857bacd4f82e48d8a06b43bcc48294701d6a1d.tar.xz |
Using relative path to code reference to make it works online.
Diffstat (limited to 'docs/user_guide/areas_of_interest/introduction.md')
-rw-r--r-- | docs/user_guide/areas_of_interest/introduction.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/user_guide/areas_of_interest/introduction.md b/docs/user_guide/areas_of_interest/introduction.md index 201e4b2..ce0a6ef 100644 --- a/docs/user_guide/areas_of_interest/introduction.md +++ b/docs/user_guide/areas_of_interest/introduction.md @@ -1,8 +1,8 @@ About Areas Of Interest (AOI) ============================= -The [AreaOfInterest submodule](/argaze/#argaze.AreaOfInterest) allows to deal with AOI in a AR environment through a set of high level classes: +The [AreaOfInterest submodule](../../../argaze/#argaze.AreaOfInterest) allows to deal with AOI in a AR environment through a set of high level classes: -* [AOIFeatures](/argaze/#argaze.AreaOfInterest.AOIFeatures) -* [AOI3DScene](/argaze/#argaze.AreaOfInterest.AOI3DScene) -* [AOI2DScene](/argaze/#argaze.AreaOfInterest.AOI2DScene)
\ No newline at end of file +* [AOIFeatures](../../../argaze/#argaze.AreaOfInterest.AOIFeatures) +* [AOI3DScene](../../../argaze/#argaze.AreaOfInterest.AOI3DScene) +* [AOI2DScene](../../../argaze/#argaze.AreaOfInterest.AOI2DScene)
\ No newline at end of file |