module.rst_t 172 B

12345678910
  1. {%- if show_headings %}
  2. {{- basename | e | heading }}
  3. {% endif -%}
  4. .. automodule:: {{ qualname }}
  5. {%- for option in automodule_options %}
  6. :{{ option }}:
  7. {%- endfor %}