a | b/docs/templates/module.rst_t | ||
---|---|---|---|
1 | {%- if show_headings %} |
||
2 | {{- [basename, "module"] | join(' ') | e | heading }} |
||
3 | |||
4 | {% endif -%} |
||
5 | .. automodule:: {{ qualname }} |
||
6 | {%- for option in automodule_options %} |
||
7 | :{{ option }}: |
||
8 | {%- endfor %} |
||
9 |