dust3d/thirdparty/instant-meshes/instant-meshes-dust3d/ext/nanogui/docs/_templates/layout.html

17 lines
686 B
HTML
Raw Normal View History

{# This extends the theme set by conf.py to enable the createTreeView for exhale. #}
{% extends "!layout.html" %}
{% block extrahead %}
<!-- Load in the tree_view css for the view hierarchies. -->
<link href="{{ pathto('_static/collapse/tree_view.css', 1) }}" rel="stylesheet">
{% endblock %}
{# Load the javascript files last for browsing speed. #}
{% block footer %}
<!-- Collapsible lists javascript for hiearchy views. -->
<script src="{{ pathto('_static/collapse/CollapsibleLists.compressed.js', 1) }}"></script>
<script type="text/javascript">
$(document).ready(function() {
CollapsibleLists.apply();
});
</script>
{% endblock %}