Update of /cvsroot/happydoc/HappyDoc3
In directory sc8-pr-cvs1:/tmp/cvs-serv18317
Modified Files:
TODO
Log Message:
Updates with notes to myself.
Index: TODO
===================================================================
RCS file: /cvsroot/happydoc/HappyDoc3/TODO,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TODO 15 Dec 2002 17:06:36 -0000 1.1
--- TODO 27 Dec 2002 18:33:06 -0000 1.2
***************
*** 1,4 ****
--- 1,6 ----
To Do List
+ (listed in no particular order)
+
1. Ignore stuff in .cvsignore files. (Is this already done?)
2. Generate docs for Python classes.
***************
*** 6,7 ****
--- 8,23 ----
4. Set up a regression test framework for watching output changes.
5. Port remaining docsets from HappyDoc 2.x.
+ 6. Break up docset API into mixins to define the interfaces at
+ different levels.
+ - I/O (open, close, etc.)
+ - Low level formatting (headers, lists, etc.)
+ - 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'
+
+
+ Local variables:
+ mode: text
+ End:
|