.. _sphinx: ====== Sphinx ====== .. highlight:: console Resources ========= .. sidebar:: See also :class: sidebar-admonition :ref:`python_module_docutils` - Python library that implements reStructuredText - `Project homepage `_ - `Discussion group `_ - `Online reStructuredText editor `_ - Guides - :sphinx:`reStructuredText ` - Sphinx's guide to reST - :sphinx:`Substitutions ` - `Sphinx/reST Memo `_ - Condensed, example-based guide to Sphinx & reStructuredText - `Wiser > Sphinx & reStructuredText `_ - Broad tutorial - `Escaping whitespace around interpreted text `_ Documentation ============= - :sphinx:`Directives ` - :sphinx:`toctree ` - :sphinx:`Domains ` - :sphinx:`Python ` Cross References ================ - `Documentation `_ - :sphinx:`Labels ` - :sphinx:`Documents ` - :sphinx:`Domain cross-references ` - Prefix with ``!`` - no reference/hyperlink will be created - Prefix with ``~`` - link text will only be the last component of target - :pypi:`sphobjinv` - Inspect/manipulate ``objects.inv`` files .. highlight:: rst .. list-table:: :header-rows: 1 * - Refence Target - Syntax * - Labels - :: :ref:`label` * - Documents - :: :doc:`path` * - Labels (cross-project) - :: :ref:`project:label` * - Documents (cross-project) - :: :doc:`project:path` Extensions ========== - :sphinx:`Documentation ` - Built-In - :py:mod:`sphinx.ext.extlinks` - Markup to shorten external links - :py:mod:`sphinx.ext.intersphinx` - Link to other projects’ documentation - :sphinx:`Showing all links of an Intersphinx mapping file ` - Read The Docs: `Link to Other Projects’ Documentation With Intersphinx `_ - Third-Party - :pypi:`sphinx-jinja` - Include content generated from Jinja templates in Sphinx documents Themes ====== - `Sphinx-Themes.org `_ .. list-table:: :header-rows: 1 * - Theme - Examples - Notes * - `Read The Docs `_ - `demo `_, :sphinx-themes:`sphinx-themes ` - `Wyrm `_ - base SASS framework * - `Guzzle `_ - `demo `_ - * - `Typelog `_ - `Authlib `_ - `Documentation `_ * - `Klink `_ - `demo `_ - * - `TYPO3 `_ - `demo `_ - * - `PyData `_ - `demo `_, :sphinx-themes:`sphinx-themes ` -