reStructuredText is a lightweight markup language intended to be highly readable in source format. Its formal name indicates that it is a "revised, reworked, and reinterpreted StructuredText."
reStructuredText is sometimes abbreviated as RST; while sometimes abbreviated as ReST or reST, this can create confusion with REST, an unrelated technology.
The reference parser is implemented as a component of the Docutils text processing framework in the ...
more
Read article at Wikipedia
ReStructuredText
top ↑
We can also tell you ReStructuredText is a
If you know more about ReStructuredText, you can add more facts here »
Similar topics in Freebase
-
Plain Old Documentation
Plain Old Documentation, abbreviated pod, is a simple markup language used to document the Perl programming language. pod is designed to be a simple, clean language with just enough syntax to be useful. It purposefully does not include mechanisms for fonts, images, colors or tables. Some of its... -
Ruby Document format
RD (Ruby Document) is a lightweight markup language for writing Ruby-related documents. It can be embedded in Ruby source code. RD is a traditional format. In modern Ruby, developers tend to write documents in RDoc instead of RD. RD was used for many documentation in the Ruby world. The... -
HAML
Haml (HTML Abstraction Markup Language) is a markup language that is used to cleanly and simply describe the XHTML of any web document without the use of traditional inline coding. It’s designed to address many of the flaws in traditional templating engines, as well as making markup as elegant as...