From b676f2dfbaa1aac981210c603bb6407d357a0340 Mon Sep 17 00:00:00 2001 From: Vivien Maisonneuve Date: Tue, 19 Aug 2014 23:51:38 +0200 Subject: [PATCH 1/1] Filler texts in documentation --- doc/index.rst | 3 ++- doc/tutorial.rst | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index d4defce..950cb2a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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 `_. Its source code is available `here `_. -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 diff --git a/doc/tutorial.rst b/doc/tutorial.rst index 8598cbd..977b697 100644 --- a/doc/tutorial.rst +++ b/doc/tutorial.rst @@ -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 -- 2.20.1