File: config.mako

package info (click to toggle)
fpdf2 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 53,828 kB
  • sloc: python: 39,486; sh: 133; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
<%!
    # pdoc configuration
    # * Doc: https://pdoc3.github.io/pdoc/doc/pdoc/#custom-templates
    # * Defaults: https://github.com/pdoc3/pdoc/blob/master/pdoc/templates/config.mako
    git_link_template = 'https://github.com/py-pdf/fpdf2/blob/{commit}/{path}#L{start_line}-L{end_line}'
    show_inherited_members = True
%>