diff options
author | darcy <darcy@pkgsrc.org> | 2004-03-28 21:27:58 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-03-28 21:27:58 +0000 |
commit | c8b57a6c42b055b31370a34d088079e88319530d (patch) | |
tree | bf7d9dedd911bb9f87b24421f4c85bbc95a58f96 /devel/epydoc/DESCR | |
parent | a56c32bcd93979e276ea60ff9228e3b0d298d83d (diff) | |
download | pkgsrc-c8b57a6c42b055b31370a34d088079e88319530d.tar.gz |
Add new package:
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.
Diffstat (limited to 'devel/epydoc/DESCR')
-rw-r--r-- | devel/epydoc/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/epydoc/DESCR b/devel/epydoc/DESCR new file mode 100644 index 00000000000..f852a33a379 --- /dev/null +++ b/devel/epydoc/DESCR @@ -0,0 +1,5 @@ +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. |