[py-svn] r36245 - py/dist/py/documentation

hpk at codespeak.net hpk at codespeak.net
Mon Jan 8 12:16:54 CET 2007


Author: hpk
Date: Mon Jan  8 12:16:51 2007
New Revision: 36245

Modified:
   py/dist/py/documentation/TODO.txt
Log:
adding more tasks (apigen related) 


Modified: py/dist/py/documentation/TODO.txt
==============================================================================
--- py/dist/py/documentation/TODO.txt	(original)
+++ py/dist/py/documentation/TODO.txt	Mon Jan  8 12:16:51 2007
@@ -10,6 +10,18 @@
 * move not-to-be-exported Gateway() methods to _ - methods. 
 * docstrings  for all exported API
 
+packaging
+-------------------------------------
+
+APIGEN / source viewer
+-------------------------------------
+
+* deploying all that is neccessary on codespeak.net 
+
+* (cfbolz, guido) writing the ReST directive, make it available
+  with eg py.__.misc.docutils.install_doclink(NAME, urlbase ...) 
+  in a tested way. call the install from e.g. py/documentation/conftest.py 
+
 testing
 -----------
 
@@ -25,6 +37,21 @@
 * try to be as 2.2 compatible as possible 
   (use e.g. py.builtin.enumerate instead of "enumerate" directly) 
 
+distributed testing 
+----------------------
+
+* the main rsession methods should have docstrings 
+  explaining the purpose 
+
+* move RSync class to py.execnet.RSync, document its usage and
+  features in the class and method docstrings
+
+
+other
+-------
+
+* no lines longer than 80 characters 
+
 distutils install 
 ----------------- 
 


More information about the py-svn mailing list