---------------------------------------------------------------------- This is the API documentation for the gdtest_user_guide_custom_dir library. ---------------------------------------------------------------------- ## Functions Public functions fetch(url: str) -> str Fetch data from a URL. Parameters ---------- url The URL to fetch from. Returns ------- str Fetched data. store(data: str, path: str) -> None Store data to a path. Parameters ---------- data Data to store. path Storage path. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- ### Advanced Advanced topics. ### Introduction Welcome to the custom guide!