added blank line before section to avoid sphinx warnings

This commit is contained in:
Brian Coca 2014-11-04 18:14:30 -05:00
parent c551fe8b50
commit 2ba5c3c66b

View file

@ -372,7 +372,7 @@ def process_category(category, categories, options, env, template, outputname):
sections.sort()
for section in sections:
category_file.write("%s\n%s\n\n" % (section.replace("_"," ").title(),'-' * len(section)))
category_file.write("\n%s\n%s\n\n" % (section.replace("_"," ").title(),'-' * len(section)))
category_file.write(".. toctree:: :maxdepth: 1\n\n")
section_modules = module_map[section].keys()