hepi.data ========= .. py:module:: hepi.data Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/hepi/data/data/index Functions --------- .. autoapisummary:: hepi.data.list_files hepi.data.get_file Package Contents ---------------- .. py:function:: list_files() List all files in the data directory :returns: List of files in the data directory :rtype: list .. py:function:: get_file(filename) Get the content of a file in the data directory :param filename: Name of the file :type filename: str :returns: Content of the file :rtype: str