Docsite formatting

This commit is contained in:
Michael DeHaan 2014-09-26 18:23:57 -04:00
parent 7e520c4574
commit ffee9a8fe0
2 changed files with 21 additions and 13 deletions

View file

@ -210,8 +210,7 @@ def process_module(module, options, env, template, outputname, module_map):
if doc is None:
return "SKIPPED"
if "core" in module:
print "CORE"
if "/core/" in fname:
doc['core'] = True
else:
doc['core'] = False