X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/7b93cea1daf2889e9ee10ca9c22a1b5124404937..7fff25bf40e4db570565586fb49165d1675002c2:/doc/modules.rst diff --git a/doc/modules.rst b/doc/modules.rst index 281ab9f..4859f2d 100644 --- a/doc/modules.rst +++ b/doc/modules.rst @@ -3,13 +3,15 @@ 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 - polyhedra.rst - domain.rst linexpr.rst + domain.rst + polyhedra.rst geometry.rst