From 3564f92240bf1865c3cc8596fa9a71055adc7a1b Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Thu, 26 Jan 2023 13:47:08 +0100 Subject: [PATCH] doc: cleanup --- modules/mol/base/doc/entity.rst | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index a40fdbfdf..f96926070 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 -- GitLab