Back to Vowpal Wabbit

Layout

python/docs/source/_templates/layout.html

9.11.2374 B
Original Source

{% extends "!layout.html" %} {% block docs_body %} {# If this is set then we are rendering a notebook and should inject the binder and thebe buttons #} {% if binder_url %} Make live {% endif %} {{ super() }} {% endblock %} {% block docs_navbar %} {%include 'main_nav.html' %} {%include 'mobile_nav.html' %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}