From 88e1d444c2cb7946801244a1c6325b1952f64125 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 25 Jan 2024 15:33:38 +0100 Subject: [PATCH] docu updates --- modules/io/doc/mmcif.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index 8bb3b6fc6..bde82a7dc 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -1431,7 +1431,7 @@ of the annotation available. .. attribute:: hetero_num Residue numbers of heterogeneous compounds - empty if entity is not - of type "polymer". Read from _entity_poly_seq category. If a residue is + of type "polymer". Read from ``_entity_poly_seq`` category. If a residue is heterogeneous, the monomer id that comes first in the CIF file ends up in :attr:`mon_ids`. The remnant is listed here. This list specifies the residue numbers for the respective monomer ids @@ -1440,7 +1440,7 @@ of the annotation available. .. attribute:: hetero_ids Monomer ids of heterogeneous compounds - empty if entity is not - of type "polymer". Read from _entity_poly_seq category. If a residue is + of type "polymer". Read from ``_entity_poly_seq`` category. If a residue is heterogeneous, the monomer id that comes first in the CIF file ends up in :attr:`mon_ids`. The remnant is listed here. This list specifies the monomer ids for the respective locations in -- GitLab