[Compactpath-commit] SF.net SVN: compactpath: [20] trunk/src/compactpath/scripts/gen_docs.py
Status: Beta
Brought to you by:
jurner
|
From: <ju...@us...> - 2008-06-19 07:40:57
|
Revision: 20
http://compactpath.svn.sourceforge.net/compactpath/?rev=20&view=rev
Author: jurner
Date: 2008-06-19 00:40:55 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
docs
Modified Paths:
--------------
trunk/src/compactpath/scripts/gen_docs.py
Modified: trunk/src/compactpath/scripts/gen_docs.py
===================================================================
--- trunk/src/compactpath/scripts/gen_docs.py 2008-06-19 07:40:24 UTC (rev 19)
+++ trunk/src/compactpath/scripts/gen_docs.py 2008-06-19 07:40:55 UTC (rev 20)
@@ -1,8 +1,8 @@
-"""Generates epydoc documentation for the package in --> packageDir/docs
+"""Generates epydoc documentation for the package in --> packageDir/doc
gen_docs.py
-@note: the script assumes it is located in the scripts subdirectory of the package
+@note: the script assumes it is located in the <doc> or any other emidiate subdirectory of the package
@note: Use gen_docs.py -? or --help to print out this help text
@requires: epydoc
@@ -67,7 +67,7 @@
#**************************************************************************************
#
#**************************************************************************************
-if __name__ == '__main__':
+if __name__ == '__main__2':
wantsHelp = len(sys.argv) > 1 and sys.argv[1] or None
if wantsHelp not in ('-?', '--help'):
sys.exit(main())
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|