About 38,900 results
Open links in new tab
  1. reStructuredText Primer — Sphinx documentation

    This section is a brief introduction to reStructuredText (reST) concepts and syntax, intended to provide authors with enough information to author documents productively. Since …

  2. reStructuredText - Wikipedia

    reStructuredText (RST, ReST, or reST) is a plain-text markup language primarily used for technical documentation and other textual data. It serves a similar role as Markdown but …

  3. reStructuredText markup - Python Developer's Guide

    This section is a brief introduction to reStructuredText (reST) concepts and syntax, intended to provide authors with enough information to author documents productively.

  4. reStructuredText - Docutils

    Jun 2, 2025 · The primary goal of reStructuredText is to define and implement a markup syntax for use in Python docstrings and other documentation domains, that is readable and simple, …

  5. Basic Syntax — reStructuredText Guide

    In this chapter we saw the reStructuredText syntax for our most common text needs. We saw how paragraphs were defined, the importance of empty lines and indentation, and the use of …

  6. Introduction to reStructuredText - Write the Docs

    reStructuredText is a lightweight markup language that is used in static site generators like Sphinx. It contains robust tools for semantic markup, reusing content, and content filters for …

  7. reStructuredText Markup Specification - SourceForge

    Dec 16, 2025 · reStructuredText is plaintext that uses simple and intuitive constructs to indicate the structure of a document. These constructs are equally easy to read in raw and processed …

  8. reStructuredText overview — reStructuredText Reference

    If you starting writing in reStructuredText, you will find it’s not always intuitive. In this guide, you’ll find explanation in plain English of syntax, elementary concepts and important pitfalls to avoid.

  9. reStructuredText — Notes documentation

    Introduction ¶ reStructuredText (RST) is a markup system, which borrows Python’s indentation rules.

  10. reStructuredText — Sphinx documentation

    reStructuredText (reST) is the default plaintext markup language used by both Docutils and Sphinx. Docutils provides the basic reStructuredText syntax, while Sphinx extends this to …