[Python-checkins] r58743 - in doctools/trunk: TODO sphinx/environment.py

georg.brandl python-checkins at python.org
Thu Nov 1 10:53:26 CET 2007


Author: georg.brandl
Date: Thu Nov  1 10:53:26 2007
New Revision: 58743

Modified:
   doctools/trunk/TODO
   doctools/trunk/sphinx/environment.py
Log:
Add nucular as a possible full text indexer.


Modified: doctools/trunk/TODO
==============================================================================
--- doctools/trunk/TODO	(original)
+++ doctools/trunk/TODO	Thu Nov  1 10:53:26 2007
@@ -17,5 +17,5 @@
 
 - discuss and debug comments system
 - prepare for databases other than sqlite for comments
-- add search via Xapian?
+- add search via Xapian or Nucular (Python indexer - nucular.sf.net)
 - optionally have a contents tree view in the sidebar (AJAX based)?

Modified: doctools/trunk/sphinx/environment.py
==============================================================================
--- doctools/trunk/sphinx/environment.py	(original)
+++ doctools/trunk/sphinx/environment.py	Thu Nov  1 10:53:26 2007
@@ -441,7 +441,7 @@
             for subnode in node:
                 if isinstance(subnode, addnodes.toctree):
                     # just copy the toctree node which is then resolved
-                    # in self.resolve_toctrees
+                    # in self.get_and_resolve_doctree
                     item = subnode.copy()
                     entries.append(item)
                     # do the inventory stuff


More information about the Python-checkins mailing list