epydoc (1) Linux Manual Page
NAME epydoc – generate API documentation from Python docstrings SYNOPSIS epydoc [action] [options] names… DESCRIPTION epydoc generates API documentation for Python modules and packages, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also…
