mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
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.
|