add hc_location data
This commit is contained in:
parent
26947ef227
commit
7631f90891
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -13,9 +13,9 @@ def main():
|
||||
|
||||
_yaml = YAML()
|
||||
_yaml.indent(mapping=2, sequence=4, offset=2)
|
||||
filepath = sys.stdout
|
||||
sys.stdout.write('# Auto-generated by otc_metadata.generate_docexports.data\n')
|
||||
_yaml.dump(data.docs_html_by_category('internal'), sys.stdout)
|
||||
sys.stdout.write("# Auto-generated by otc_metadata.generate_docexports.data\n")
|
||||
_yaml.dump(data.docs_html_by_category("internal"), sys.stdout)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user