[Python-checkins] r58128 - doctools/trunk/TODO

georg.brandl python-checkins at python.org
Wed Sep 12 21:51:20 CEST 2007


Author: georg.brandl
Date: Wed Sep 12 21:51:20 2007
New Revision: 58128

Modified:
   doctools/trunk/TODO
Log:
Add todo items.


Modified: doctools/trunk/TODO
==============================================================================
--- doctools/trunk/TODO	(original)
+++ doctools/trunk/TODO	Wed Sep 12 21:51:20 2007
@@ -1,14 +1,21 @@
 Global TODO
 ===========
 
+Sphinx
+******
+
+- section numbers
+- split the general index
 - add OpenSearch
 - "seealso" links to external examples, see http://svn.python.org/projects/sandbox/trunk/seealso/ and http://effbot.org/zone/idea-seealso.htm
+- write a "printable" builder (export to latex, most probably)
 - "often used" combo box in sidebar
+- source file cross-references?
+
+Web App
+*******
+
 - discuss and debug comments system
-- write new Makefile, handle automatic checkout
-- write a "printable" builder (export to latex, most probably)
 - prepare for databases other than sqlite for comments
-- look at the old tools/ scripts, what functionality should be rewritten
-- source file cross-references?
 - add search via Xapian?
 - optionally have a contents tree view in the sidebar (AJAX based)?


More information about the Python-checkins mailing list