```{include} ../README.md ``` [license]: license [contributor guide]: contributing [command-line reference]: usage ```{toctree} --- hidden: maxdepth: 2 --- usage terminology ``` ```{toctree} :caption: API Reference :hidden: api/autocomplete_views.md api/config.md api/context_processor_and_middleware.md api/forms.md api/template_tags.md api/templates.md api/utilities.md api/widgets.md ``` ```{toctree} :caption: Example App :hidden: example_app/introduction example_app/styling example_app/htmx example_app/htmx_in_tabs example_app/filter_by_magazine example_app/filter_by_category example_app/exclude_by_primary_author example_app/formset_filter_by example_app/view_range_based_data example_app/tagging example_app/custom_content_display example_app/weighted_author_search example_app/three_level_filter_by example_app/multiple_filter_by example_app/constant_filter_by example_app/rich_article_select example_app/rich_author_multi_select example_app/article_list_and_create example_app/article_bulk_actions example_app/article_token_search example_app/article_advanced_token_search example_app/github_user_picker example_app/inline_create_tag example_app/gfk_picker ``` ```{toctree} :caption: Other :hidden: contributing Code of Conduct License Changelog ```