Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 581 Bytes

nodata.rst

File metadata and controls

37 lines (22 loc) · 581 Bytes

No Data Sample

Loading the Template

.. datatemplate:nodata::

   Inline data:

   - {{ data }}

   Document titles from the Sphinx environment:

   {% for doc, title in env.titles.items() %}
   - ``{{ title }} ({{ doc }})``
   {% endfor %}

Rendered Output

.. datatemplate:nodata::

    Inline data:

   - {{ data }}

   Document titles from the Sphinx environment:

   {% for doc, title in env.titles.items() %}
   - ``{{ title }} ({{ doc }})``
   {% endfor %}