From e203434d00c2a90b24caf9c058ae82d7ac5bc277 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Fri, 2 Dec 2016 13:13:05 +0100
Subject: [PATCH] docu update

---
 modelling/doc/algorithms.rst | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/modelling/doc/algorithms.rst b/modelling/doc/algorithms.rst
index 9c978134..ef82189e 100644
--- a/modelling/doc/algorithms.rst
+++ b/modelling/doc/algorithms.rst
@@ -66,17 +66,16 @@ loops. A global optimum is therefore not guaranteed, but still very likely.
 
   :param max_pruning_iterations: Maximum number of pruning iterations before
                                  giving up
+  :param max_complexity: Pruning gets performed until
 
 
   :type mhandle:        :class:`ModellingHandle`
+  :type gaps:           :class:`StructuralGapList`
   :type loop_candidates: :class:`list`
-  :type start_resnums:  :class:`list`
-  :type chain_indices:  :class:`list`
   :type weights:        :class:`dict`            
-  :type fill_solution:  :class:`bool`
+  :type max_pruning_iterations:  :class:`int`
+  :type max_complexity: :class:`int`
 
-  :returns:             A list specifying the optimal index for every element in
-                        **loop_candidates**.
 
 Rigid Blocks
 --------------------------------------------------------------------------------
-- 
GitLab