Fix warnings in documentation generation
[linpy.git] / doc / polyhedra.rst
index 605dded..1cb9396 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.