[Lunar-commits] CVS: moonbase/doc-tools/epydoc DETAILS,1.1,1.2

Auke Kok sofar at lunar-linux.org
Wed Sep 22 08:24:55 UTC 2004


Update of /var/cvs/lunar/moonbase/doc-tools/epydoc
In directory espresso.lunar-linux.org:/tmp/cvs-serv9586

Modified Files:
	DETAILS 
Log Message:
New version of epydoc (don't worry I didn't harm any python coders).


Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/doc-tools/epydoc/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	14 May 2003 20:05:34 -0000	1.1
+++ DETAILS	22 Sep 2004 08:24:52 -0000	1.2
@@ -1,12 +1,18 @@
           MODULE=epydoc
-         VERSION=1.1
+         VERSION=2.1
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:f2034c5e1b9cf0d2d16e0b9c8af0d3581af524e4
         WEB_SITE=http://epydoc.sourceforge.net/
          ENTERED=20030514
-         UPDATED=20030514
-           SHORT=" Epydoc is a tool for generating API documentation for Python modules"
+         UPDATED=20040922
+           SHORT="A tool for generating API documentation for Python modules"
 cat << EOF
- 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 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.
 EOF



More information about the Lunar-commits mailing list