add table of contents to Flask, Blueprint, Request, and Response objects

Adding table of contents specifically to Flask, Blueprint, Request, and Response objects to make it easier and quicker for users to navigate through long lists of class functions and properties.
This commit is contained in:
xuj2 2022-06-08 15:47:25 -07:00
parent db3187fd7a
commit 133eb22836
2 changed files with 288 additions and 0 deletions

View file

@ -19,6 +19,7 @@ extensions = [
"pallets_sphinx_themes",
"sphinx_issues",
"sphinx_tabs.tabs",
"sphinx.ext.autosummary",
]
autodoc_typehints = "description"
intersphinx_mapping = {