]> CRI, Mines Paris - PSL - linpy.git/commitdiff
Filler texts in documentation
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 19 Aug 2014 21:51:38 +0000 (23:51 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Tue, 19 Aug 2014 21:51:38 +0000 (23:51 +0200)
doc/index.rst
doc/tutorial.rst

index d4defce263ce3602cdc30c8b2d5020b90a2ccf56..950cb2ad3a9d3f3fe0f0a45817493aef044da772 100644 (file)
@@ -8,7 +8,8 @@ Integer Set Library (isl) is a C library for manipulating sets and relations of
 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
 
index 8598cbd5445cdb2fe97010b54e53cbaf4ee6b98e..977b6978b0febc0543fe81cdc8bc1962e45944ec 100644 (file)
@@ -4,6 +4,10 @@
 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
 ---------
 
@@ -95,7 +99,7 @@ Also, keyword arguments can be passed such as color and the degree of transparen
 .. 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