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.
Von mir öfter verwendete Admonitions-Directives (Ermahnungen).
http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions
.. caution::
Achtung, Warnung, Vorsicht
http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions
.. important::
Wichtig, Entscheidend
http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions
.. tip::
Tipp
http://docutils.sourceforge.net/docs/ref/rst/directives.html#admonitions
.. hint::
Hinweis
.. container:: meine-klasse
Content
http://docutils.sourceforge.net/docs/ref/rst/directives.html#table-of-contents
.. contents:: Inhalt
:depth: 2
:backlinks: none
Ich programmiere Progressive Web Applications, Mobile Apps, Desktop-Programme und noch vieles mehr. Falls es dich interessiert, findest du mehr Informationen darüber auf meiner Business-Website.