c8b57a6c42
Epydoc is a tool for generating API documentation for Python modules, 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.
5 lines
266 B
Text
5 lines
266 B
Text
Epydoc is a tool for generating API documentation for Python
|
|
modules, 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.
|