{{ log.debug("Rendering yields section") }} {% if config.docstring_section_style == "table" %} {% block table_style %} {% set name_column = section.value|selectattr("name")|any %}
{{ section.title or "Yields:" }}
Name | {% endif %}Type | Description |
---|---|---|
{% if yields.name %}{{ yields.name }} {% endif %} | {% endif %}
{% if yields.annotation %}
{% with expression = yields.annotation %}
{% include "expression.html" with context %}
{% endwith %}
{% endif %}
|
{{ yields.description|convert_markdown(heading_level, html_id) }}
|
{{ section.title or "Yields:" }}
{% include "expression.html" with context %}
{% if yields.name %}){% endif %}
{% endwith %}
{% endif %}
–
{{ (section.title or "YIELDS").rstrip(":").upper() }} | DESCRIPTION |
---|---|
{% if yields.name %}
{{ yields.name }}
{% elif yields.annotation %}
{% with expression = yields.annotation %}
{% include "expression.html" with context %}
{% endwith %}
{% endif %}
|
{{ yields.description|convert_markdown(heading_level, html_id) }}
{% if yields.name and yields.annotation %}
TYPE:
{% with expression = yields.annotation %}
|