{% extends "layout.html" %} {% set title = 'Overview' %} {% set current_page_name = 'index' %} {% set page_links = [ (pathto('@rss/recent'), 'application/rss+xml', 'Recent Comments') ] %} {% block body %}

Python Documentation

Welcome! This is the documentation for Python {{ release }}{% if last_updated %}, last updated {{ last_updated }}{% endif %}.

Parts of the documentation:

Indices and tables:

Meta information:

{% endblock %}