About Docutils: The basics of ReST

Docutils lays the foundation of the ReST markup language and provides the ReST parser.

Docutils is the final source of truth if it comes to questions about ReST syntax and basic idioms.

Learn about the basics of "reStructuredText"

Yes, there is original documentation about and around reStructuredText. But, oh dear, it looks it has never been styled and it may blow your mind at some points since the details are difficult to understand. But, there are good news as well: You can easily start nevertheless. Just use easy markup in the beginning.

A reading that organizes information

  • Overview: reStructuredText

    Note: This document is about "Markup Syntax and Parser Component of Docutils"

    Note: "reStructuredText" is ONE word, not two!

User documentation

Reference documentation

Docutils and Sphinx

Docutils basically deals with single files that contain reStructuredText.

Sphinx builds on Docutils and allows to join many single files together to form a Documentation Project like a book. And of course, since Sphinx is all about creating documentation projects, it comes with a beautiful and detailed documentation itself.

Tip

You have questions about reStructuredText? The first thing you should think of is: Visit the Sphinx-Doc website!