Documentation

Tentaclio uses reStructuredText (Restructured Text), MyST (Markedly Structured Text) and the Sphinx documentation system. This allows it to be built into other forms for easier viewing and browsing.

Building docs

To create an HTML version of the docs, use:

$ cd docs

$ make html

This will generate a static set of HTML files with root docs/_build/html/index.html. This can be viewed in a browser