reStructuredText (RST) is the markup format used by Python documentation (Sphinx). Converting RST to PDF produces a clean, paginated document from Python library docs, project wikis, and technical writing — with no Sphinx installation required.
Use Cases
- Export Python Sphinx documentation as PDF
- Convert RST project documentation for sharing
- Archive reStructuredText content in PDF
- Create PDF handbooks from RST source files
Supported Features
- Headings with underline and overline styles, automatic level detection
- Bullet and numbered lists with continuation lines
- Literal code blocks (:: syntax) and .. code-block:: directives with language label
- Admonition directives (.. note::, .. warning::, .. tip::) as blockquotes
- Field lists (:key: value) rendered as key-value tables
- Inline markup: **bold**, *italic*, ``code``
- Horizontal rules (----) supported