{# ns-3/layout.html ~~~~~~~~~~~~~~~~~~~ Sphinx layout template for ns-3. :copyright: Copyright 2012 by ns-3, see AUTHORS. :license: GPL, see LICENSE for details. #} {% extends "basic/layout.html" %} {% set reldelim1 = ' ' %} {# set reldelim1 = ' @' #} {%- block extrahead %} {%- if theme_customstylesheet %} {%- endif %} {%- if theme_favicon %} {%- endif %} {% endblock %} {% block header %}
A Discrete-Event Network Simulator
{{ shorttitle }}
{% endblock %} {% block rootrellink %} {{ super() }} {% endblock %} {% if theme_collapsiblesidebar|tobool %} {% set script_files = script_files + ['_static/sidebar.js'] %} {% endif %}