module documentation
(source)

Support for a few things specific to documenting Twisted using pydoctor.

FIXME: https://github.com/twisted/pydoctor/issues/106 This documentation does not link to pydoctor API as there is no public API yet.

Class ​Twisted​ASTBuilder Undocumented
Class ​Twisted​Module​Visitor No class docstring; 2/2 methods documented
Class ​Twisted​Sphinx​Inventory Custom SphinxInventory to work around broken external references to Sphinx.
Class ​Twisted​System A PyDoctor "system" used to generate the docs.
Function deprecated​To​Useful​Text Change a @deprecated to a display string.
Function get​Deprecated With a list of decorators, and the object it is running on, set the _deprecated_info flag if any of the decorators are a Twisted deprecation decorator.
Function version​To​Useful​Object Change an AST Version() to a real one.
def deprecatedToUsefulText(visitor, name, deprecated): (source)
Change a @deprecated to a display string.
def getDeprecated(self, decorators): (source)
With a list of decorators, and the object it is running on, set the _deprecated_info flag if any of the decorators are a Twisted deprecation decorator.
def versionToUsefulObject(version): (source)
Change an AST Version() to a real one.