3df49c3793
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 understands docstrings written in reStructuredText, Javadoc, and plaintext. from Jason Meltzer tweaks and ok ajacoutot@
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
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. Epydoc
|
|
also understands docstrings written in reStructuredText, Javadoc, and
|
|
plaintext.
|