Reformat documentation with 'andebox yaml-doc'.

This commit is contained in:
Felix Fontein 2024-12-28 15:06:09 +01:00
parent 77de6d90bf
commit 89f575f1ef
11 changed files with 724 additions and 765 deletions

View file

@ -42,7 +42,7 @@ def main():
path_choices = sorted([join_path(path) for path, path_info in PATHS.items() if path_info.fully_understood])
for file in MODULES:
update_file(file, ' # BEGIN PATH LIST', ' # END PATH LIST', ' - {choice}', path_choices)
update_file(file, ' # BEGIN PATH LIST', ' # END PATH LIST', ' - {choice}', path_choices)
if __name__ == '__main__':