Contents:
Package
Package.__init__()
Package.build_autodoc_confs()
Package.generate_index()
Package.generate_modules()
Package.scan_package()
Bases: object
object
Constructor for the Package class
name – Name of the package
code_path – Path to the package code
doc_path – Path to the package documentation
tree_path – Path to the package tree
Method to generate the index for the package
Method to generate the modules for the package
Method to scan the package for modules and return a list of them