mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-11-28 03:14:14 +01:00
10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
{%- if show_headings %}
|
||
|
{{- [basename, "module"] | join(' ') | e | heading }}
|
||
|
|
||
|
{% endif -%}
|
||
|
.. automodule:: {{ qualname }}
|
||
|
{%- for option in automodule_options %}
|
||
|
:{{ option }}:
|
||
|
{%- endfor %}
|
||
|
|