From: Doug H. <dou...@us...> - 2002-12-29 18:38:54
|
Update of /cvsroot/happydoc/HappyDoc3 In directory sc8-pr-cvs1:/tmp/cvs-serv29823 Modified Files: TODO Log Message: Updates Index: TODO =================================================================== RCS file: /cvsroot/happydoc/HappyDoc3/TODO,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TODO 27 Dec 2002 18:33:06 -0000 1.2 --- TODO 29 Dec 2002 18:38:51 -0000 1.3 *************** *** 4,9 **** 1. Ignore stuff in .cvsignore files. (Is this already done?) - 2. Generate docs for Python classes. - 3. Generate docs for Python functions. 4. Set up a regression test framework for watching output changes. 5. Port remaining docsets from HappyDoc 2.x. --- 4,7 ---- *************** *** 14,20 **** - Higher level formatting (class list header, etc.) - Content (TOC, functions, classes, etc.) - 7. generate import statements in module documentation - - still need to work out references in statements like - 'from happydoclib.scanner import Scanner' --- 12,15 ---- |