{%- block sidebarlogo %} {%- if logo %}{%- endif %} {%- endblock %} {% if theme_navbar_title -%} {{ theme_navbar_title|e }}{%- else -%}{{ project|e }} {{ version|e }} {%- endif -%}
  • {% if theme_navbar_links %} {%- for link in theme_navbar_links %}
  • {{ link[0] }}
  • {%- endfor %} {% endif %}
  •  Documentation
    •  API Reference
    •  IPython Notebooks
    •  Features
    •  Contributing
  • {% if theme_navbar_sidebarrel %} {% block sidebarrel %} {% include "relations.html" %} {% endblock %} {% endif %} {% block navbarextra %} {% endblock %} {% if theme_source_link_position == "nav" %}
  • {% include "sourcelink.html" %}
  • {% endif %}
{% block navbarsearch %} {% include "navbarsearchbox.html" %} {% endblock %}