projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix warnings in documentation generation
[linpy.git]
/
doc
/
polyhedra.rst
diff --git
a/doc/polyhedra.rst
b/doc/polyhedra.rst
index
605dded
..
1cb9396
100644
(file)
--- 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
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.
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.
Return a list of the inequalities in a polyhedron.