---------------------------------------------------------------------- This is the API documentation for the gdtest_user_guide_sections library. ---------------------------------------------------------------------- ## Classes Main classes provided by the package Widget(label: str) A UI widget. Parameters ---------- label Widget label. ## Functions Utility functions create_widget(label: str) -> gdtest_user_guide_sections.Widget Create a new widget. Parameters ---------- label Widget label. Returns ------- Widget A new widget. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- ## Getting Started ### Welcome Welcome to the project! ### Installation How to install the package. ## Advanced ### Customization Advanced customization options. ### Plugins Writing and using plugins.