class documentation

class BuildAPIDocsScript: (source)

View In Hierarchy

A thing for building API documentation. See main.
Method build​APIDocs Build the API documentation of Twisted, with our project policy.
Method main Build API documentation.
def buildAPIDocs(self, projectRoot, output): (source)
Build the API documentation of Twisted, with our project policy.
Parameters
project​RootA FilePath representing the root of the Twisted checkout.
outputA FilePath pointing to the desired output directory.
def main(self, args): (source)
Build API documentation.
Parameters
args:list of strThe command line arguments to process. This must contain two strings: the path to the root of the Twisted checkout, and a path to an output directory.