diff --git a/docs/usage.rst b/docs/usage.rst index 9c046e24..48a23ba5 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -158,6 +158,8 @@ To add a link to a related record object, you can use the ``add_related_recid`` In the last example, we are adding a link to the submission with the record ID value of ``3``. +**Please note:** This field should not be used for self-referencing, the IDs inserted should be for OTHER related records. + The documentation for this feature can be found here: `Linking records`_. .. _`Linking records`: https://hepdata-submission.readthedocs.io/en/latest/bidirectional.html#linking-records @@ -315,6 +317,8 @@ To add a link to a related table object, you can use the ``add_related_doi`` fun In the second example, we are adding a link to the table with a DOI value of `10.17182/hepdata.12882.v1/t2 `_. +**Please note:** This field should not be used for self-referencing, the DOIs inserted should be for OTHER related tables. + The documentation for this feature can be found here: `Linking tables`_. .. _`Linking tables`: https://hepdata-submission.readthedocs.io/en/latest/bidirectional.html#linking-tables