---------------------------------------------------------------------- This is the API documentation for the gdtest_rst_note library. ---------------------------------------------------------------------- ## Functions Utility functions configure(settings: dict) -> None Apply configuration settings. Parameters ---------- settings A dictionary of settings to apply. Returns ------- None .. note:: Settings are validated before applying. get_config() -> dict Retrieve the current configuration. Returns ------- dict The current configuration dictionary. .. note:: Returns a deep copy of the configuration. reset_defaults() -> dict Reset all settings to their default values. Returns ------- dict The default settings. .. note:: This restores factory settings.