Add attributetable and add some class-level sections.

The extensions have yet to receive this treatment and CSS needs work,
but for now this is fine.
This commit is contained in:
Rapptz
2020-05-25 11:48:16 -04:00
parent 93f102ca90
commit 9b88c63163
5 changed files with 440 additions and 4 deletions

View File

@ -38,7 +38,8 @@ extensions = [
'sphinx.ext.napoleon',
'sphinxcontrib_trio',
'details',
'exception_hierarchy'
'exception_hierarchy',
'attributetable',
]
autodoc_member_order = 'bysource'