{# basic/searchresults.html ~~~~~~~~~~~~~~~~~~~~~~~~ Template for the body of the search results page. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :license: BSD, see LICENSE for details. #}

Search

From here you can search these documents. Enter your search words into the box below and click "search".

{%- 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 %}
  1. {{ caption }}

    {{ context|e }}

    {{ docroot }}{{ href }}
  2. {% endfor %}
{%- endif %}