X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/98936866ae400d45b7b74f7ba0d04c66ace0424f..a08ebc700e22f6aee8147cb5b5323a6c040b12db:/doc/index.rst?ds=sidebyside diff --git a/doc/index.rst b/doc/index.rst index b75e85e..ad985bf 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -1,25 +1,30 @@ -.. pypol documentation master file, created by - sphinx-quickstart on Wed Jun 25 20:34:21 2014. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. -Welcome to pypol's documentation! +Welcome to LinPy’s documentation! ================================= -Pypol is a Python library for symbolic mathematics. -If you are new to Pypol, start with the Tutorial. +LinPy is a polyhedral library for Python based on `isl `_. +isl (Integer Set Library) is a C library for manipulating sets and relations of integer points bounded by linear constraints. -This is the central page for all of Pypol's documentation. +LinPy is a free software, licensed under the `GPLv3 license `_. +Its source code is available `here `_. +To have an overview of LinPy's functionalities, you may wish to consult the :ref:`examples` section. -Contents: +.. only:: html + + Contents: .. toctree:: - :maxdepth: 2 + :maxdepth: 2 - install.rst - examples.rst - modules.rst + install.rst + examples.rst + reference.rst +.. only:: html + Indices and tables + ================== + * :ref:`genindex` + * :ref:`search`