---------------------------------------------------------------------- This is the API documentation for the gdtest_homepage_ug_subdirs library. ---------------------------------------------------------------------- ## Functions Public functions process(data: list) -> list Process a list of data items. Parameters ---------- data The input data to process. Returns ------- list The processed data. analyze(data: list) -> dict Analyze a list of data items. Parameters ---------- data The input data to analyze. Returns ------- dict Analysis results. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- # Welcome Welcome to the project documentation! This root index page should become the site landing page in blended homepage mode. ## Overview This project provides data processing and analysis utilities. # Getting Started This section covers installation and basic setup. # Quickstart Get up and running in minutes. ```python from gdtest_homepage_ug_subdirs import process result = process([1, 2, 3]) ``` # Analysis Learn how to use the analyze function for data insights.