org: add an index page

* doc/org/index.org, doc/org/tut.org: New files.
* doc/Makefile.am: Add them.
* doc/org/setup.org: Adjust HOME link.
* doc/org/tools.org: Adjust UP link.
* debian/spot-doc.doc-base: The root is now index.html.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-07 16:49:53 +02:00
parent e7f5af6c6a
commit a8f02ed8ca
6 changed files with 70 additions and 2 deletions

18
doc/org/tut.org Normal file
View file

@ -0,0 +1,18 @@
#+TITLE: Code Examples
#+SETUPFILE: setup.org
#+HTML_LINK_UP: index.html
This section contains code examples for using Spot. This is a work in
progress. Feel free to [[mailto:spot@lrde.epita.fr][send]] suggestion of small tasks you would like
to see illustrated here.
* Examples with Shell, Python, and C++
All the following pages show how to perform the same task using the
three interfaces supported by Spot: shell commands, Python, or C++.
- [[file:tut01.org][Parsing and Printing LTL Formulas]]
- [[file:tut02.org][Relabeling Formulas]]
- [[file:tut10.org][Translating an LTL formula into a never claim]]