X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/35c965895771a3df79744ae54f1eda91f0b62862..0f40fdb54d0fc6505342d008deaa1e9c4c9dbcee:/doc/polyhedra.rst diff --git a/doc/polyhedra.rst b/doc/polyhedra.rst index 605dded..1cb9396 100644 --- a/doc/polyhedra.rst +++ b/doc/polyhedra.rst @@ -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.