{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} {% block breadcrumbs %}
  • iqplot repo on GitHub
  • {% endblock %} {% block breadcrumbs_aside %}
  • {% if hasdoc(pagename) %} {% if display_github %} {% if check_meta and 'github_url' in meta %} {{ _('Edit on GitHub') }} {% else %} {{ _('Edit on GitHub') }} {% endif %} {% elif display_bitbucket %} {% if check_meta and 'bitbucket_url' in meta %} {{ _('Edit on Bitbucket') }} {% else %} {{ _('Edit on Bitbucket') }} {% endif %} {% elif display_gitlab %} {% if check_meta and 'gitlab_url' in meta %} {{ _('Edit on GitLab') }} {% else %} {{ _('Edit on GitLab') }} {% endif %} {% elif show_source and source_url_prefix %} {{ _('View page source') }} {% elif show_source and has_source and sourcename %} {% if 'ipynb' in sourcename %} {{ _('Download notebook') }} {% else %} {{ _('View page source') }} {% endif %} {% endif %} {% endif %}
  • {% endblock %}