navigate.tools.file_functions.write_to_yaml
- navigate.tools.file_functions.write_to_yaml(content_dict: dict, filename: str) → None
Write to a standard yaml file.
The yaml file is written according with the keys in alphabetical order to make it easier to read.
- Parameters:
content_dict (dict) – configuration dictionary
filename (str) – yaml file name