- reStructuredText Primer — Sphinx documentation
reStructuredText is the default plaintext markup language used by Sphinx This section is a brief introduction to reStructuredText (reST) concepts and syntax, intended to provide authors with enough information to author documents productively
- reStructuredText markup - Python Developers Guide
This section is a brief introduction to reStructuredText (reST) concepts and syntax, intended to provide authors with enough information to author documents productively
- reStructuredText - Docutils
reStructuredText is an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system It is useful for in-line program documentation (such as Python docstrings), for quickly creating simple web pages, and for standalone documents reStructuredText is designed for extensibility for specific application domains
- 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 **boldface** and *italics*, and how to include titles, lists, comments, and even links and tables
- reStructuredText overview — reStructuredText Reference - Documatt
reStructuredText is a lightweight markup language for writing articles, blog posts, documents, and books Its syntax (the rules of writing) is suited for a documentation Programmers write in Java, Python, etc , while tech writers write in plain text files containing reStructuredText It has a syntax very similar to its close relative Markdown
- 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 different kinds of outputs
- 1. Restructured Text (reST) and Sphinx CheatSheet
The reStructuredText (RST) syntax provides an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax and parser system However, you need to be very precise and stick to some strict rules:
- The RestructuredText Book Documentation
RestructuredText (reST) is a markup language, it’s name coming from that it’s considered a revision and reinterpreta-tion of two other markup languages, Setext and StructuredText This is a syntax guide designed to provide very clear, understandable examples and tutorials of RestructuredText usage It borrows from several sources including:
|