LinPy is a free software, licensed under the `GPLv3 license <http://www.gnu.org/licenses/gpl-3.0.txt>`_.
Its source code is available `here <https://scm.cri.ensmp.fr/git/linpy.git>`_.
-To have an overview of LinPy's functionalities, you may wish to consult the :ref:`tutorial` section.
+To have an overview of LinPy's features, you may wish to consult the :ref:`tutorial` section.
+For a comprehensive description of its functionalities, see the :ref:`reference` section.
.. only:: html
Tutorial
========
+This section a short introduction to some of LinPy's features.
+For a comprehensive description of its functionalities, please consult the :ref:`reference` section.
+
+
Polyhedra
---------
.. figure:: images/union.jpg
:align: center
-3D plots are also supported.
+3D plots are also supported:
>>> import matplotlib.pyplot as plt
>>> from matplotlib import pylab