File: module.rst_t

package info (click to toggle)
python-podman 5.4.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,140 kB
  • sloc: python: 7,532; makefile: 82; sh: 75
file content (14 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{%- if show_headings %}
{%- if "podman.errors" in basename %}
{{- basename | replace("podman.errors.", "") | e | heading }}
{% elif "podman.client" in basename -%}
{{- basename | replace("podman.client", "client") | e | heading }}
{% else -%}
{{- basename | replace("podman.domain.", "") | e | heading }}
{% endif -%}
{% endif -%}

.. automodule:: {{ qualname }}
{%- for option in automodule_options %}
   :{{ option }}:
{%- endfor %}