projects
/
linpy.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cleaner implementation of Domain.__sub__()
[linpy.git]
/
doc
/
index.rst
diff --git
a/doc/index.rst
b/doc/index.rst
index
97e6157
..
a1809d6
100644
(file)
--- 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 Lin
p
y’s documentation!
+Welcome to Lin
P
y’s documentation!
=================================
=================================
-Lin
py is a Python library for symbolic mathematics
.
-I
f you are new to Linpy, start with the Example
s.
+Lin
Py is a polyhedral library for Python based on `isl <http://isl.gforge.inria.fr/>`_
.
+I
nteger Set Library (isl) is a C library for manipulating sets and relations of integer points bounded by linear constraint
s.
-This is the central page for all of Linpy’s documentation.
+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:`examples` section.
-Contents:
+.. only:: html
+
+ Contents:
.. toctree::
.. 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`