From e53a9fa5e236836ddca2c0fc12b42d3d315a9e7e Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Sun, 18 Apr 2010 07:49:49 +0000
Subject: [PATCH] add stub for mol documentation

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2040 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/mol/base/doc/mol.rst | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 modules/mol/base/doc/mol.rst

diff --git a/modules/mol/base/doc/mol.rst b/modules/mol/base/doc/mol.rst
new file mode 100644
index 000000000..e4de24691
--- /dev/null
+++ b/modules/mol/base/doc/mol.rst
@@ -0,0 +1,14 @@
+:mod:`mol` -- Molecular structures and surfaces
+================================================================================
+
+.. module:: mol
+   :synopsis: Contains classes and functions to deal with molecular structures
+              and surfaces
+
+The mol module implement data structure to work with molecular datasets. At its heart lie the :class:`EntityHandle` and :class:`EntityView` classes which represent molecular structures such as proteins, DNA, RNA and small molecules. There are also classes to deal with molecular surfaces.
+
+.. toctree::
+  
+  entity
+  editors
+  query
\ No newline at end of file
-- 
GitLab