Skip to content

Commit 81625cb

Browse files
author
Yiannis Gatsoulis
committed
updated docs
1 parent ba69f96 commit 81625cb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/rsts/handwritten/qsrs/qsrs.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Currently, the following QSRs are supported:
2727
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
2828
| **argprobd** | Qualitative Argument Probabilistic Distances | :doc:`descr. <argprobd>` \| :mod:`api <qsrlib_qsrs.qsr_arg_prob_relations_distance>` | ? |
2929
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
30-
| **cardir** | Cardinal Directions | :doc:`descr. <cardir>` \| :mod:`api <qsrlib_qsrs.qsr_cardinal_direction_bounding_boxes_centroid_2d>` | [1]_ |
30+
| **cardir** | Cardinal Directions | :doc:`descr. <cardir>` \| :mod:`api <qsrlib_qsrs.qsr_cardinal_direction>` | [1]_ |
3131
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
3232
| **mos** | Moving or Stationary | :doc:`descr. <mos>` \| :mod:`api <qsrlib_qsrs.qsr_moving_or_stationary>` | |
3333
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
@@ -39,13 +39,13 @@ Currently, the following QSRs are supported:
3939
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
4040
| **qtcbcs** | Qualitative Trajectory Calculus *bc* Simplified | :doc:`descr. <qtcbcs>` \| :mod:`api <qsrlib_qsrs.qsr_qtc_bc_simplified>` | ? |
4141
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
42-
| **rcc2** | Region Connection Calculus 2 | :doc:`descr. <rcc2>` \| :mod:`api <qsrlib_qsrs.qsr_rcc2_rectangle_bounding_boxes_2d>` | [2]_ [3]_ |
42+
| **rcc2** | Region Connection Calculus 2 | :doc:`descr. <rcc2>` \| :mod:`api <qsrlib_qsrs.qsr_rcc2>` | [2]_ [3]_ |
4343
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
44-
| **rcc3** | Region Connection Calculus 3 | :doc:`descr. <rcc3>` \| :mod:`api <qsrlib_qsrs.qsr_rcc3_rectangle_bounding_boxes_2d>` | [2]_ [3]_ |
44+
| **rcc3** | Region Connection Calculus 3 | :doc:`descr. <rcc3>` \| :mod:`api <qsrlib_qsrs.qsr_rcc3>` | [2]_ [3]_ |
4545
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
46-
| **rcc5** | Region Connection Calculus 5 | :doc:`descr. <rcc5>` \| :mod:`api <qsrlib_qsrs.qsr_rcc5_rectangle_bounding_boxes_2d>` | [2]_ [3]_ |
46+
| **rcc5** | Region Connection Calculus 5 | :doc:`descr. <rcc5>` \| :mod:`api <qsrlib_qsrs.qsr_rcc5>` | [2]_ [3]_ |
4747
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
48-
| **rcc8** | Region Connection Calculus 8 | :doc:`descr. <rcc8>` \| :mod:`api <qsrlib_qsrs.qsr_rcc8_rectangle_bounding_boxes_2d>` | [2]_ [3]_ |
48+
| **rcc8** | Region Connection Calculus 8 | :doc:`descr. <rcc8>` \| :mod:`api <qsrlib_qsrs.qsr_rcc8>` | [2]_ [3]_ |
4949
+----------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------+----------------+
5050

5151

docs/rsts/handwritten/qsrs/rcc2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ All the possible RCC5 relations between a blue object X and a red object Y are:
6060
API
6161
---
6262

63-
The API can be found :mod:`here <qsrlib_qsrs.qsr_rcc2_rectangle_bounding_boxes_2d>`.
63+
The API can be found :mod:`here <qsrlib_qsrs.qsr_rcc2>`.
6464

6565

6666
References

docs/rsts/handwritten/qsrs/rcc5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ All the possible RCC5 relations between a blue object X and a red object Y are:
5959
API
6060
---
6161

62-
The API can be found :mod:`here <qsrlib_qsrs.qsr_rcc5_rectangle_bounding_boxes_2d>`.
62+
The API can be found :mod:`here <qsrlib_qsrs.qsr_rcc5>`.
6363

6464

6565
References

docs/rsts/handwritten/qsrs/rcc8.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ All the possible RCC8 relations between a blue object X and a red object Y are:
3636
API
3737
---
3838

39-
The API can be found :mod:`here <qsrlib_qsrs.qsr_rcc8_rectangle_bounding_boxes_2d>`.
39+
The API can be found :mod:`here <qsrlib_qsrs.qsr_rcc8>`.
4040

4141
References
4242
----------

0 commit comments

Comments
 (0)