---------------------------------------------------------------------- This is the API documentation for the gdtest_sec_with_ug library. ---------------------------------------------------------------------- ## Functions Public functions guide_user(topic: str) -> str Guide the user through a specific topic. Parameters ---------- topic : str The topic to guide the user through. Returns ------- str A guidance message for the topic. Examples -------- >>> guide_user("setup") 'Guide: setup' run_example() -> str Run the example and return a result message. Returns ------- str A message indicating the example ran successfully. Examples -------- >>> run_example() 'Example complete' ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- # Introduction An introduction to the project. # Usage Guide How to use the project effectively.