{{ log.debug("Rendering modules section") }} {% import "language.html" as lang with context %} {% if config.docstring_section_style == "table" %} {% block table_style scoped %}
{{ section.title or lang.t("Modules:") }}
{{ lang.t("Name") }} | {{ lang.t("Description") }} |
---|---|
{{ module.name }} |
{{ module.description|convert_markdown(heading_level, html_id) }}
|
{{ section.title or lang.t("Modules:") }}
{{ module.name }}
–
{{ (section.title or lang.t("MODULE")).rstrip(":").upper() }} | {{ lang.t("DESCRIPTION") }} |
---|---|
{{ module.name }} |
{{ module.description|convert_markdown(heading_level, html_id) }}
|