reStructuredText

reStructuredText

[1] reStructuredText http://docutils.sourceforge.net/rst.html

[2]

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. The reStructuredText parser is a component of Docutils. reStructuredText is a revision and reinterpretation of the StructuredText and Setext lightweight markup systems.

[3] reStructuredText Markup Specification ( (David Goodger 著, 版)) http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html

[5] MIME型として text/x-rst が用いられます >>4

[4] PEP 12 -- Sample reStructuredText PEP Template ( 版) http://www.python.org/dev/peps/pep-0012/

[6] PEP 0287 -- reStructuredText Docstring Format | Python.org ( 版) https://www.python.org/dev/peps/pep-0287/

[7] REST とは無関係です。

[8] [Doc-SIG] An Introduction to reStructuredText () https://mail.python.org/pipermail/doc-sig/2001-June/001858.html

[9] 軽量マークアップ言語の歴史をゆるく調べた #sphinxjp - kk_Atakaの日記 () http://d.hatena.ne.jp/kk_Ataka/20150713/1436751705

[11] reStructuredText — Sphinx documentation, , https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html

[10] Markup Guidelines — MongoDB Meta Documentation, , https://www.mongodb.com/docs/meta/style-guide/markup-guidelines/

MongoDB documentation uses reStructuredText (RST) markup syntax with Sphinx extensions.