Module: tfdocs.generate_lib

Generate tensorflow.org style API Reference docs for a Python module.

Classes

class DocGenerator: Main entry point for generating docs.

Functions

add_dict_to_dict(...)

dict_constructor(...)

dict_representer(...)

extract(...): Walks the module contents, returns an index of all visited objects.

write_docs(...): Write previously extracted docs to disk.

EXCLUDED

{
 'OWNERS',
 'README.txt',
 '__init__.py'
}