We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea439e5 commit 590b2abCopy full SHA for 590b2ab
tools/gendoc.py
@@ -336,7 +336,7 @@ def dump(self):
336
return '\n'.join(s)
337
338
def write(self, dir):
339
- with open(os.path.join(dir, 'index.html'), 'wt') as f:
+ with open(os.path.join(dir, 'module', 'index.html'), 'wt') as f:
340
f.write(markdown.markdown(self.dump()))
341
for m in self.modules.values():
342
mod_dir = os.path.join(dir, 'module', m.name)
0 commit comments