Commit 2ba5c3c6 by Brian Coca

added blank line before section to avoid sphinx warnings

parent c551fe8b
...@@ -372,7 +372,7 @@ def process_category(category, categories, options, env, template, outputname): ...@@ -372,7 +372,7 @@ def process_category(category, categories, options, env, template, outputname):
sections.sort() sections.sort()
for section in sections: 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") category_file.write(".. toctree:: :maxdepth: 1\n\n")
section_modules = module_map[section].keys() section_modules = module_map[section].keys()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment