X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/d9ce6feb2d36e40e83326744f1d4ff3890d1874f..8f61fe65a53ff47b23c8527c47e2bed32c1d2e6f:/doc/modules.rst?ds=sidebyside diff --git a/doc/modules.rst b/doc/modules.rst index 0645c7a..bf383c7 100644 --- a/doc/modules.rst +++ b/doc/modules.rst @@ -1,15 +1,17 @@ .. module-docs: -Linpy Module Reference +LinPy Module Reference ====================== -There are four main Linpy modules: +There are four main LinPy modules, all of them can be inherited at once with the LinPy package: + + >>> from linpy import * .. toctree:: :maxdepth: 2 + linexpr.rst polyhedra.rst domain.rst - linexpr.rst geometry.rst