Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 596 Bytes

documentation-standards.rst

File metadata and controls

39 lines (24 loc) · 596 Bytes
orphan:

Documentation standards

Wrap ReStructured Text source to 100 columns.

Headings

Sub-headings

Sub-sub-headings
Sub-sub-sub-headings

Intersphinx

This documentation knows how to link to documentation in:

  • Python
  • Django
  • django CMS

using Intersphinx.

Examples:

  • :ref:`Link to a reference <python:comparisons>`
  • :mod:`Link to a module <python:datetime>`
  • :doc:`Link to a document <django:topics/email>`
  • :class:`Link to a class <django-cms:cms.models.Page>`