Bokeh
Menu
{% for name, link in NAV %}
{{ name }}
{% endfor %}
{{ version }}
{% for version in ALL_VERSIONS %}
{{ version }}
{% endfor %}
{%- for name, link in NAV_DOCS %} {% if hasdoc('docs/' + link) %}
{{ name }}
{% else %}
{{ name }}
{% endif %} {%- endfor %}
{{ toctree(maxdepth=4, collapse=True, includehidden=True) }}
{% block body %}{% endblock %}
{% include 'ga.html' %}