X-Git-Url: https://scm.cri.minesparis.psl.eu/git/linpy.git/blobdiff_plain/98936866ae400d45b7b74f7ba0d04c66ace0424f..0f40fdb54d0fc6505342d008deaa1e9c4c9dbcee:/doc/linexpr.rst

diff --git a/doc/linexpr.rst b/doc/linexpr.rst
index 4101252..2aab652 100644
--- a/doc/linexpr.rst
+++ b/doc/linexpr.rst
@@ -3,6 +3,9 @@ Linear Expression Module
 
 This class implements linear expressions.
 
+.. py:class:: Expression
+
+
     .. py:method:: coefficient(self, symbol)
         
         Return the coefficient value of the given symbol.
@@ -38,6 +41,9 @@ This class implements linear expressions.
     .. py:method:: tosympy(self)
     
         Return an expression as a sympy object.    
+
+.. py:class:: Symbol(Expression)
+        
           
 .. py:class:: Dummy(Symbol)