Package COM.INFORMATIMAGO.LISPDOC.GENERATE.RST


Generate a single-file reStructuredText documentation.

The docstrings may contain reStructuredText markups, which is taken
as-is, but title and subtitles need to marked up consistently across
all the packages documented in a single document.

The RST-DOCUMENTATION generator will generate only double-line (above
and below) document and chapter title markups, reserving single-line
(below) title markups to the docstrings.

It would be advised to use the following title markups in docstrings:

    docstring section
    ********************

    docstring subsection
    ====================

    sub-subsection
    --------------------

    sub-sub-subsection
    ....................

License:

    LLGPL

    Copyright Pascal J. Bourguignon 2012 - 2015

    You are granted the rights to distribute and use this software
    as governed by the terms of the Lisp Lesser GNU Public License
    <http://opensource.franz.com/preamble.html> also known as the LLGPL.

RST-DOCUMENTATION