These are used by developers to write and manage technical documentation, most notably for the ecosystem. Python Developer’s Guide
Extensible Structure: Uses directives to include complex elements (like code blocks) and roles for styling specific text. rst tools
If you only install one tool, make it Sphinx. Originally created for Python documentation, Sphinx extends standard RST with "directives" for cross-referencing, automatic code highlighting, and generating an API reference from docstrings. These are used by developers to write and