mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
e249b74d9d
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
445 B
Text
7 lines
445 B
Text
Epydoc is a tool for generating API documentation for Python modules,
|
|
based on their docstrings. For an example of epydoc's output, see
|
|
the API documentation for epydoc itself (html, pdf). 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 understands docstrings written in
|
|
reStructuredText, Javadoc, and plaintext.
|