Перейти к содержанию
AllplanForum.RU

Tools — Rst

Here’s a structured report on RST tools, based on the likely interpretation of “RST” as Restructured Text (commonly used in Python documentation) or RST as Rapid Serial Visual Presentation (a research tool in reading studies). Since the prompt is ambiguous, I’ve covered both — with a primary focus on the more common technical writing meaning.

3.4. ReText

Start simple:
pip install docutils rstcheck
rst2html.py mydoc.rst > mydoc.html rst tools

intro usage

×