projects
/
linpy.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove license and add to doc examples
[linpy.git]
/
doc
/
modules.rst
1
.. module-docs:
2
3
LinPy Module Reference
4
======================
5
6
There are four main LinPy modules, all of them can be inherited at once with the LinPy package:
7
8
>>> from linpy import *
9
10
.. toctree::
11
:maxdepth: 2
12
13
linexpr.rst
14
domain.rst
15
polyhedra.rst
16
geometry.rst
17