{% extends "base.html" %} {# API Reference Home Template Optimized home page template for API reference sites. Features: - No action bar (cleaner for home page) - Hero section with title and description - Main content area - Quick links to key API reference sections - No blog posts (API reference sites don't need recent posts) Usage: Set `type: autodoc-python` on home page to auto-select Or set `template: autodoc/python/home.html` in frontmatter #} {% block content %}
{{ params.description }}
{% end %}{{ section.metadata.description }}
{% end %} {% if section.pages %} {{ section.pages | length }} module{{ 's' if section.pages | length != 1 else '' }} {% end %} {% end %}{{ link.description }}
{% end %} {% end %} {% end %}