{%- extends "!layout.html" %} {%- if not theme_relbar %} {%- block relbar1 %}{# Do not want bar accross the top #}{% endblock %} {%- endif %} {#- Classic header with Snakey on the left, page links on the right. #} {%- macro header() %}
{%- set logo_path = '_static/' + logo %}
pygame documentation |
Pygame Home || Help Contents || Reference Index {%- if pyg_sections %}{% set sep = joiner(" | \n") %} {%- for section in pyg_sections %} {%- set docname = section['docname'] %} {%- set simpledocname = docname.split('/')[-1] %} {%- set name = section['fullname'].split('.')[-1] %} {%- set uri = pathto(docname, 1) + file_suffix -%} {%- if name|lower != simpledocname %} {%- set uri = uri + '#' + section['refid'] %} {%- endif %} {{- sep() }} {{ name }} {%- endfor %} {%- endif %} |