{# ovs/layout.html ~~~~~~~~~~~~~~~ Sphinx layout template for the ovs theme. :copyright: Copyright 2016, Stephen Finucane :license: Apache 2.0 #} {% extends "basic/layout.html" %} {%- macro relbar() %} {{ _('Navigation') }} {%- endmacro %} {%- block doctype %} {%- endblock %} {%- block extrahead %} {%- endblock %} {% block header %} Navigation ▾ Overview Documentation ▾ ▾ Open vSwitch (latest) Man Pages Talks & Presentations ▾ ▾ Conferences ▾ ▾ OVS+OVNcon 2023 OVS+OVNcon 2022 OVS+OVNcon 2021 OVS+OVNcon 2020 OVS+OVNcon 2019 OVScon 2018 OVScon 2017 OpenStack Boston 2017 OVScon 2016 OVScon 2015 OVScon 2014 Papers Presentations Interviews YouTube Channel Download Mailing Lists Charter {% endblock %} {% block content %} {% block body %}{% endblock %} {% if prev %} {{ next.title }} › {% endif %} {% if next %} ‹ {{ prev.title }} {% endif %} Contents {{ toctree() }} Browse {%- for rellink in rellinks %} {{ rellink[1]|striptags|e }} {%- endfor %} Navigation {{ shorttitle|e }} {%- for parent in parents %} {{ parent.title }} {%- endfor %} {{ title }} {%- for parent in parents %}{%- endfor %} {% endblock %} {% block footer %} {% endblock %} {% block relbar1 %}{% endblock %} {% block relbar2 %}{% endblock %}