The deprecated Documenters for autodoc.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Class | DataDeclarationDocumenter |
Specialized Documenter subclass for data that cannot be imported because they are declared without initial value (refs: PEP-526). |
Class | GenericAliasDocumenter |
Specialized Documenter subclass for GenericAliases. |
Class | InstanceAttributeDocumenter |
Specialized Documenter subclass for attributes that cannot be imported because they are instance attributes (e.g. assigned in __init__). |
Class | SingledispatchFunctionDocumenter |
Used to be a specialized Documenter subclass for singledispatch'ed functions. |
Class | SingledispatchMethodDocumenter |
Used to be a specialized Documenter subclass for singledispatch'ed methods. |
Class | SlotsAttributeDocumenter |
Specialized Documenter subclass for attributes that cannot be imported because they are attributes in __slots__. |
Class | TypeVarDocumenter |
Specialized Documenter subclass for TypeVars. |