File: package.rst_t

package info (click to toggle)
python-requests-cache 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,024 kB
  • sloc: python: 7,029; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
{{- pkgname.split('.')[-1] | title | e | heading }}
.. automodule:: {{ pkgname }}

Modules in ``{{ pkgname }}`` package:

.. toctree::
   :maxdepth: 1
{% for docname in submodules %}
   {{ docname }}
{%- endfor %}