From 1c86a5ef6c1b6c1671f53367757ff5404bed343c Mon Sep 17 00:00:00 2001
From: Gerardo Tauriello <gerardo.tauriello@unibas.ch>
Date: Tue, 25 Jul 2017 15:42:31 +0200
Subject: [PATCH] Extra doc for views.

---
 modules/mol/base/doc/entity.rst | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst
index 6d96c6b7b..a9d2315f6 100644
--- a/modules/mol/base/doc/entity.rst
+++ b/modules/mol/base/doc/entity.rst
@@ -1177,6 +1177,9 @@ The View Classes
 
 .. class:: ChainView
 
+  A view representation of a :class:`ChainHandle`. Mostly, the same
+  functionality is provided as for the handle.
+
   .. attribute:: name
   
      The chain name. The name uniquely identifies the chain in the entity. In 
@@ -1411,6 +1414,9 @@ The View Classes
 
 .. class:: ResidueView
 
+  A view representation of a :class:`ResidueHandle`. Mostly, the same
+  functionality is provided as for the handle.
+
   .. attribute:: handle
 
     The residue handle this view points to. Also available as 
-- 
GitLab