mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-29 14:33:48 +00:00
4cf7a21bc4
Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
50 lines
1.4 KiB
ReStructuredText
50 lines
1.4 KiB
ReStructuredText
.. _rest:
|
|
|
|
RestructuredText guide
|
|
######################
|
|
|
|
.. incl-restructured-text-overview:
|
|
|
|
Overview
|
|
********
|
|
|
|
The |CLOSIA| uses Sphinx and RestructuredText as authoring tools for its
|
|
documentation. This section contains the preferred methods for using the
|
|
:abbr:`ReST (RestructuredText)` markup on your documents. Please refer to the
|
|
`Sphinx documentation`_ for the complete list of available markup and use
|
|
as much markup as possible.
|
|
|
|
.. _Sphinx documentation: http://www.sphinx-doc.org/en/stable/markup/index.html
|
|
|
|
Remember: **Changing incorrect markup is easier than adding markup from
|
|
scratch.**
|
|
|
|
We provide templates, examples, and use scenarios to help you write and edit
|
|
documents easily. Use only the templates provided to ensure your content is
|
|
consistent with the rest of the documentation.
|
|
|
|
Contributions with incorrect use of markup will not be merged until the
|
|
markup is fixed. If you have any questions regarding markup, send an email to
|
|
our mailing list at dev@lists.clearlinux.org and we will gladly help.
|
|
|
|
To allow for easy copy and paste of the provided templates,
|
|
they are provided using either the "\`\`" parenthesis, for single line
|
|
templates, or the code-block directive, for multi-lined templates.
|
|
|
|
Every use case is explained, examples provided and, lastly,
|
|
templates supplied.
|
|
|
|
.. incl-restructured-text-overview-end:
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
|
|
headings
|
|
inline
|
|
tables
|
|
cross
|
|
images
|
|
code
|
|
contents
|
|
|