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:
parent
db3187fd7a
commit
133eb22836
2 changed files with 288 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ extensions = [
|
|||
"pallets_sphinx_themes",
|
||||
"sphinx_issues",
|
||||
"sphinx_tabs.tabs",
|
||||
"sphinx.ext.autosummary",
|
||||
]
|
||||
autodoc_typehints = "description"
|
||||
intersphinx_mapping = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue