From c209e9d2a315dc8c2be917f4c9ffec4ea5915269 Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Wed, 4 Mar 2015 09:16:17 +0100
Subject: [PATCH] Improving entity.rst

---
 modules/mol/base/doc/entity.rst | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst
index 847dcefb7..1b8778d27 100644
--- a/modules/mol/base/doc/entity.rst
+++ b/modules/mol/base/doc/entity.rst
@@ -1221,6 +1221,18 @@ The View Classes
     
     :type: bool
 
+  .. attribute:: geometric_center
+
+    Mid-point of the axis aligned bounding box of the entity.
+
+    :type: Vec3
+
+  .. attribute:: valid
+
+     Validity of handle.
+
+     :type: bool
+
   .. method:: AddAtom(atom_handle[, view_add_flags])
 
     Add atom to the view. If the residue of the atom is not already part of the 
@@ -1278,8 +1290,8 @@ The View Classes
     See :attr:`center_of_mass`
     
   .. method:: GetEntity()
-    
-    See :attr:`entity`
+
+    The parent entity.
 
   .. method:: GetGeometricCenter()
     
@@ -1425,7 +1437,13 @@ The View Classes
     The residue handle this view points to
     
     :type: :class:`ResidueHandle`
-    
+
+  .. attribute:: atoms
+
+    List of atoms in this view.
+
+    :type: :class:`AtomViewList`
+
   .. method:: RemoveAtom(atom_view)
   
     Remove atom from residue and all associated bonds. If the atom is not part 
-- 
GitLab