From 50d2833d90ab9773547f59303875c1b8710695e6 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 29 Aug 2011 10:14:35 +0200 Subject: [PATCH] Added missing documentation to the MMCifParser's Python interface; did a bit of spelling correction. --- modules/io/doc/mmcif.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index b0c045923..73d6a731b 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -370,7 +370,7 @@ of the annotation available. .. attribute:: details - Special asepcts of the biological assembly. If not provided, resembles an + Special aspects of the biological assembly. If not provided, resembles an empty string. Also available as :meth:`GetDetails`. May also be modified by @@ -387,7 +387,8 @@ of the annotation available. Translations and rotations needed to create the biounit. - May be modified by :meth:`AddOperations` + Also available as :meth:`GetOperations`. May be modified by + :meth:`AddOperations` .. method:: GetDetails() @@ -405,6 +406,10 @@ of the annotation available. See :attr:`chains` + .. method:: GetOperations() + + See :attr:`operations` + .. method:: AddOperations(list of operations) See :attr:`operations` -- GitLab