From 0abfd63ef2c88136a0c502cd254f9cabaf1e869b Mon Sep 17 00:00:00 2001
From: Xavier Robin <xavier.robin@unibas.ch>
Date: Fri, 7 Jul 2023 17:44:12 +0200
Subject: [PATCH] doc: link to said properties

---
 modules/io/doc/mmcif.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst
index 20a816d2d..75f422888 100644
--- a/modules/io/doc/mmcif.rst
+++ b/modules/io/doc/mmcif.rst
@@ -73,7 +73,8 @@ Notes:
   :class:`MMCifInfo` as :meth:`~MMCifInfo.GetMMCifEntityIdTr`.
 * For more complex mappings, such as ligands which may be in a same "old" chain
   as the protein chain but are represented in a separate "new" chain in mmCIF,
-  we also store string properties on a per-residue level.
+  we also store :class:`string properties<ost.GenericPropContainer>` on a
+  per-residue level.
   For mmCIF files from the PDB, there is a unique mapping between
   ("label_asym_id", "label_seq_id") and ("auth_asym_id", "auth_seq_id",
   "pdbx_PDB_ins_code").
-- 
GitLab