edit_all_config =============== .. py:module:: edit_all_config .. autoapi-nested-parse:: Initially want to add publisher to all config yaml file # can't read in file to dict. Lose all the comments # with (infile).open() as stream: # config = yaml.safe_load(stream) # print(config) ELD 5/15/2025 Functions --------- .. autoapisummary:: edit_all_config.add_publisher edit_all_config.drop_meta_contrib edit_all_config.main Module Contents --------------- .. py:function:: add_publisher(file_path) add a tag for publisher so we can switch it to 'iser' when needed .. py:function:: drop_meta_contrib(file_path) remove metadata contributor so can move to standard language in gen_meta.py .. py:function:: main()