{# 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 %}
{{ theme_projectbrief }}
{{ theme_projectnumber }}
{{ docstitle }}
{% endblock %} {% block rootrellink %}
  • {{ theme_projectname }} 
  • {{ theme_apidocs }} 
  •     
  • Getting started 
  • Research papers 
  • {# {{ super() }} #} {% endblock %} {% if theme_collapsiblesidebar|tobool %} {% set script_files = script_files + ['_static/sidebar.js'] %} {% endif %}