diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index a40fdbfdf27fba001063dd5c19a692fc7dee9cad..f96926070f83b8c7a0047a6d1872e4cf5b3db1dc 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -1617,6 +1617,12 @@ The View Classes print(chain.residues) # [B.GLY1, B.GLY4, B.GLY3] print(chain.in_sequence) # prints false + Note that the value of `in_sequence` is independent from the value of + :attr:`ChainHandle.in_sequence`. + + :type: bool + + .. attribute:: atoms Get list of all atoms of this chain. To access a single atom, use @@ -1656,14 +1662,6 @@ The View Classes The chain handle this view points to. Also available as :meth:`GetHandle`. :type: :class:`ChainHandle` - - .. attribute:: in_sequence - - Whether the residue numbers are in ascending order. Note that the value of - `in_sequence` is independent from the value of - :attr:`ChainHandle.in_sequence`. - - :type: bool .. attribute:: geometric_center @@ -1880,12 +1878,6 @@ The View Classes :type: :class:`ChainView` - .. attribute:: handle - - The residue handle this view points to - - :type: :class:`ResidueHandle` - .. attribute:: atoms Get list of all atoms of this residue. To access a single atom, use