{% extends "layout.html" %} {% set title = 'Search Documentation' %} {% block header %} {% endblock %} {% block body %}

Search Documentation

From here you can search the Python documentation. Enter your search words into the box below and click "search". Note that the search function will automatically search for all of the words. Pages containing less words won't appear in the result list.

In order to speed up the results you can limit your search by excluding some of the sections listed below.

Sections:

{% if search_performed %}

Search Results

{% if not search_results %}

Your search did not match any results.

{% endif %} {% endif %}
{% if search_results %} {% endif %}
{% endblock %}