Lines Matching refs:RST
9 This document outlines the guidelines for writing the DPDK Guides and API documentation in RST and …
49 from RST markup text files using the `Sphinx <http://sphinx-doc.org>`_ Documentation Generator.
161 `Sphinx`_ is a Python documentation tool for converting RST files to Html or to PDF (via LaTeX).
259 RST Guidelines
262 The RST (reStructuredText) format is a plain text markup format that can be converted to Html, PDF …
266 The Sphinx documentation contains a very useful `RST Primer <http://sphinx-doc.org/rest.html#rst-pr…
270 RST format and also examples of how to use it.
271 However, for most developers the RST Primer is a better resource.
273 The most common guidelines for writing RST text are detailed in the
301 * Standard RST indentation is 3 spaces.
505 * RST tables should be used sparingly.