A+ courses often use docker-compose.yml and docker-compile.sh for easy, standardized compilation of courses. Common Workflows a-plus-rst-tools/README.md at master - GitHub
Use saved searches to filter your results more quickly * Issues 44. * Pull requests 1. * Uh oh! a-plus-rst-tools/aplus_setup.py at master - GitHub rst tools
Underneath every RST tool lies docutils (Documentation Utilities). This is the reference implementation that parses RST into an intermediate "document tree" (Docutils Document Tree, or Doctree). You rarely call Docutils directly, but every converter depends on it. A+ courses often use docker-compose
, which serves as the core parser and compiler for the language. While reST was designed to be highly readable as plain text, a robust ecosystem of toolsβmost notably * Uh oh
For veterans, Emacs offers the most mature RST editing experience. rst-mode provides native section title recognition (adjusting underlines automatically) and table formatting. It is the tool of choice for Python core developers who write PEPs.