X-Git-Url: https://scm.cri.minesparis.psl.eu/git/linpy.git/blobdiff_plain/5eca735504be3b7c301e2a1fa37712eb88b4ec64..d9ce6feb2d36e40e83326744f1d4ff3890d1874f:/doc/domain.rst?ds=sidebyside

diff --git a/doc/domain.rst b/doc/domain.rst
index e45b0fb..7098c32 100644
--- a/doc/domain.rst
+++ b/doc/domain.rst
@@ -17,10 +17,13 @@ Domains Module
     
         Returns a domain as disjoint.
         
-    .. py:method:: involves_vars(self, vars)
-    
-       Returns ``True`` if a domain depends on the given variables.
+    .. py:method:: num_parameters   
+        
+        Returns the total number of parameters, input, output or dimensions in a domain.
         
+    .. py:method:: involves_dims(self, dims)
+    
+       Returns ``True`` if a domain depends on the given dimensions. 
         
     The unary properties of a domain can be inspected using the following methods.