reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system. It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents.
The primary goal of reStructuredText is to define and implement a markup syntax for use in Python docstrings and other documentation domains, that is readable and simple, yet powerful enough for non-trivial use. The intended purpose of the markup is the conversion of reStructuredText documents into useful structured data formats.
Admonitions-Directives
Von mir öfter verwendete Admonitions-Directives (Ermahnungen).
caution (Achtung, Warnung, Vorsicht)
Vorsicht!
Achtung, Warnung, Vorsicht
important (Wichtig, Entscheidend)
Wichtig
Wichtig, Entscheidend
tip (Tipp)
Tipp
Tipp
hint (Hinweis)
Hinweis
Hinweis
Contents
http://docutils.sourceforge.net/docs/ref/rst/directives.html#table-of-contents
.. contents:: Inhalt :depth: 2 :backlinks: none
