From ec4008c08ce04b3c0ed127f9c027538a647157b3 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Mon, 29 Aug 2011 11:36:46 +0200 Subject: [PATCH] Added more documentation to the Python interface of MMCifInfo. --- 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 73d6a731b..56af7faa3 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -385,7 +385,8 @@ of the annotation available. .. attribute:: operations - Translations and rotations needed to create the biounit. + Translations and rotations needed to create the biounit. Filled with + objects of class :class:`MMCifInfoTransOperation`. Also available as :meth:`GetOperations`. May be modified by :meth:`AddOperations` -- GitLab