---------------------------------------------------------------------- This is the API documentation for the gdtest_homepage_ug library. ---------------------------------------------------------------------- ## Functions Public functions greet(name: str) -> str Greet someone. Parameters ---------- name The name to greet. Returns ------- str A greeting string. farewell(name: str) -> str Say farewell to someone. Parameters ---------- name The name to bid farewell. Returns ------- str A farewell string. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- # Getting Started Welcome to the project! This is the first user guide page and will become the site landing page in blended homepage mode. ## Installation Install with pip: ```bash pip install gdtest-homepage-ug ``` # Configuration Learn how to configure the package. ## Basic Setup Create a config file and set your options. # Advanced Usage Explore advanced topics and customization.