fermilink.exploop.memory module¶
- fermilink.exploop.memory.append_to_memory_section(memory_path, *, heading, lines)[source]¶
Append lines to a markdown section, creating it when absent.
- Parameters:
memory_path (Path)
heading (str)
lines (list[str])
- Return type:
None