summaryrefslogtreecommitdiff
path: root/_theme/scipy/searchbox.html
blob: 3c753e9e4477abb37f4cb38030e9ea9a45807257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{%- if theme_edit_link -%}
{% block edit_link %}
{%- if sourcename %}
<div class="this-page-menu">
{%- if 'generated/' in sourcename %}
  <a href="/scipy/docs/{{ sourcename.replace('generated/', '').replace('.txt', '') |e }}">{{_('Edit page')}}</a>
{%- else %}
  <a href="/scipy/docs/scipy-docs/{{ sourcename.replace('.txt', '.rst') |e }}">{{_('Edit page')}}</a>
{%- endif %}
</div>
{%- endif %}
{% endblock %}
{%- endif -%}