]> CRI, Mines Paris - PSL - linpy.git/blobdiff - doc/polyhedra.rst
Fix warnings in documentation generation
[linpy.git] / doc / polyhedra.rst
index 605ddedcd2027d665e0b3e34c0e2f0d1017f8a20..1cb939678927eff21c7b5da3bb860001aadc2bf1 100644 (file)
@@ -4,12 +4,12 @@ Polyhedra Module
 Polyhedron class allows users to build and inspect polyherons.
 
 .. py:class:: Polyhedron
-    
-    .. py:property:: equalities(self)
+
+    .. attribute:: equalities(self)
 
         Return a list of the equalities in a polyhedron.
 
-    .. py:method:: inequalities(self)
+    .. attribute:: inequalities(self)
 
         Return a list of the inequalities in a polyhedron.