タグ

restructuredtextとdocumentationに関するnabinnoのブックマーク (2)

  • reStructuredText

    Markup Syntax and Parser Component of Docutils Date: 2024-08-02 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. T

  • ReStructuredText 入門

    以下の文章中に "(quickref)" という形式のリンクがあります。これは、 Quick reStructuredText ユーザリファレンスへの相対リンクです。このリンクが 切れている場合は、 オンラインのクイックリファレンス を参照してください。 構造 まずはじめに、"Structured Text" (構造化されたテキスト)という呼び方には、 いくぶん不適切なところがあると指摘しておきます。実際には、首尾一貫したパターンを使う "Relaxed Text" (形式ばらないテキスト)とでも呼ぶべきものです。そのパターンを HTML コンバータで変換することで、WEB ブラウザで扱えるような「非常に構造化された テキスト」が生成されるのです。 最も分かり易くて基的なパターンは、 パラグラフ(段落) (quickref) です。 (1つ以上の)空行で区分されたテキストのひとかたまりが

  • 1