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