--- a/doc/tools/generate_modules.py Thu May 14 10:24:56 2009 +0200
+++ b/doc/tools/generate_modules.py Thu May 14 11:38:40 2009 +0200
@@ -12,7 +12,7 @@
CubicWeb API
============
"""
- EXCLUDE_DIRS = ('test', 'tests', 'examples', 'data', 'doc', '.hg', 'migration')
+ EXCLUDE_DIRS = ('test', 'tests', 'examples', 'data', 'doc', '.hg', 'migration')
def __init__(self, output_fn, mod_names):
self.mod_names = mod_names
@@ -21,7 +21,7 @@
def done(self):
self.fn.close()
-
+
def gen_module(self, mod_name):
mod_entry = """
:mod:`%s`