Converting RST to other formats
If nothing else, following the reStructuredText syntax leads to a very readable and expressive plaintext file. However, the real power in using a standardized markup language is in converting it to other formats.
The docutils package, available in PyPI, comes with several command-line utilities for converting RST files. The more useful ones are listed here:
| Command | Format | Format description |
|
| Hypertext Markup Language (HTML) | Standard markup language for the web, useful for publishing to a website. |
|
| Hypertext Markup Language version 5 (HTML 5) | More... |