Back to Matplotlib

{{ _('Search') }}

doc/_templates/search.html

3.10.9808 B
Original Source

{% extends "layout.html" %} {% set title = _('Search') %} {%- block scripts %} {{ super() }} {%- endblock %} {% block body %}

{{ _('Search') }}

{% trans %}Searching for multiple words only shows matches that contain all words.{% endtrans %}

If you want to limit your search to working code examples, include the keyword "codex" (mnemonic for code example) in your search, e.g., "codex ellipse".

{% if search_performed %}

{{ _('Search Results') }}

{% if not search_results %}

{{ _('Your search did not match any results.') }}

{% endif %} {% endif %} {% if search_results %} {% for href, caption, context in search_results %} - {{ caption }} {{ context|e }} {% endfor %} {% endif %} {% endblock %} {% block footer %} {{ super() }} {% endblock %}