You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ORPA-pyOpenRPA/Resources/WPy64-3720/python-3.7.2.amd64/Lib/site-packages/sphinxcontrib/htmlhelp/templates/project.hhc

25 lines
729 B

{%- macro sitemap(name, docname) -%}
<OBJECT type="text/sitemap">
<param name="Name" value="{{ name|e }}">
<param name="Local" value="{{ docname|e }}{{ suffix }}">
</OBJECT>
{%- endmacro -%}
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">
<!-- Sitemap 1.0 -->
</HEAD><BODY>
<OBJECT type="text/site properties">
<param name="Window Styles" value="0x801227">
<param name="ImageType" value="Folder">
</OBJECT>
<UL>
<LI> {{ sitemap(short_title, master_doc) }}
{%- for indexname, indexcls, content, collapse in domain_indices %}
<LI> {{ sitemap(indexcls.localname, indexname) }}
{%- endfor %}
{{ body }}
</UL></BODY></HTML>