https://github.com/NSchertler/GeneralizedMotorcycleGraph
Revision ebd9979c9a23db6f8fa7ed0167965a7ad432bb76 authored by Nico Schertler on 05 April 2017, 08:16:54 UTC, committed by Nico Schertler on 05 April 2017, 08:16:54 UTC
# Conflicts: # src/common.cpp # src/screen.cpp
Tip revision: ebd9979c9a23db6f8fa7ed0167965a7ad432bb76 authored by Nico Schertler on 05 April 2017, 08:16:54 UTC
Merge remote-tracking branch 'upstream/master'
Merge remote-tracking branch 'upstream/master'
Tip revision: ebd9979
layout.html
{# 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 %}
Computing file changes ...