projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Small changes to docs as recommended
[linpy.git]
/
doc
/
polyhedra.rst
diff --git
a/doc/polyhedra.rst
b/doc/polyhedra.rst
index
47462a7
..
605dded
100644
(file)
--- a/
doc/polyhedra.rst
+++ b/
doc/polyhedra.rst
@@
-1,11
+1,11
@@
Polyhedra Module
================
Polyhedra Module
================
-.. py:class:: Polyhedron
-
- Polyhedron class allows users to build and inspect polyherons.
+Polyhedron class allows users to build and inspect polyherons.
- .. py:method:: equalities(self)
+.. py:class:: Polyhedron
+
+ .. py:property:: equalities(self)
Return a list of the equalities in a polyhedron.
Return a list of the equalities in a polyhedron.
@@
-29,7
+29,7
@@
Polyhedra Module
Subsitutes an expression into a polyhedron and returns the result.
Subsitutes an expression into a polyhedron and returns the result.
-To create a polyhedron, the user
must use the follo
ing functions to define equalities and inequalities as the contraints.
+To create a polyhedron, the user
can use the follow
ing functions to define equalities and inequalities as the contraints.
.. py:function:: Eq(left, right)
.. py:function:: Eq(left, right)