.. meta:: :title: Sphinx & Restructured Text :description: Instructions and examples on using Restructured Text mark-up. :language: en-US :keywords: sphinx, restructured text, restructuredtext :copyright: Codership Oy, 2014 - 2021. All Rights Reserved. .. container:: left-margin .. container:: left-margin-top :doc:`The Library <../index>` .. container:: left-margin-content - :doc:`Documentation <../documentation/index>` - :doc:`Knowledge Base <../kb/index>` - :doc:`Training <../training/index>` .. cssclass:: sub-links - :doc:`Training Courses <../training/courses/index>` - :doc:`Tutorial Articles <../training/tutorials/index>` - :doc:`Training Videos <../training/videos/index>` - :doc:`FAQ <../faq>` - :ref:`search` .. container:: top-links - `Home `_ - :doc:`Docs <../documentation/index>` - :doc:`KB <./index>` .. cssclass:: nav-wider - :doc:`Training <../training/index>` - :doc:`FAQ <../faq>` .. cssclass:: library-index .. _`sphinx-restructured-text`: ============================= Sphinx & reStructuredText ============================= The Codership Library uses a Python documentation system called, Sphinx. It converts reStructuredText files into HTML web pages, as well as other formats (e.g., PDF and EPub). As for reStructuredText, it's a lightweight mark-up language that can be processed by Sphinx, and is easily readable by people. This page of the Library, in the Editors section provides some examples of how to use reStructuredText to format text and organize document pages in the Library. This is not a comprehensive list of formatting codes available, but rather a list of what we use in the Library |---| and only those we thought to add to this page. ------------------- Text Formatting ------------------- How to format text on pages of the Library is easiest and primary use of any mark-up language. Below are examples of how to format text, how to italicize, bold-face, and other basic formatting. .. csv-table:: Inline Formatting :class: doc-options :header: "format", "example", "results" "italics", "\*text\*, \`text\`", "*text*" "bold", "\*\*text\*\*", "**text**" "monospace font", "\``text``", "``text``" ------------------- Lists ------------------- If you want to present a list of items, you can use bullets. In HTML, these are \
  • tags for each list item, grouped withing a pair \