---------------------------------------------------------------------- This is the API documentation for the gdtest_page_status library. ---------------------------------------------------------------------- ## Classes Core classes Processor(name: str, steps: int = 3) A data processor that runs a pipeline of steps. Parameters ---------- name Processor name. steps Number of steps in the pipeline. ## Exceptions Exception classes PipelineError Raised when a pipeline step fails. ## Functions Public functions run_pipeline(name: str, steps: int = 3) -> str Run a named pipeline. Parameters ---------- name Pipeline name. steps Number of steps (default 3). Returns ------- str Execution summary. ---------------------------------------------------------------------- This is the User Guide documentation for the package. ---------------------------------------------------------------------- ### Getting Started Welcome to the Page Status Demo! This page has `status: new` and should show a green "New" badge in the sidebar and below the title. ### Configuration Guide Learn the configuration options. This page has `status: updated` and should show a blue "Updated" badge. ### Advanced Usage Advanced features that are still in beta. This page has `status: beta` and should show an amber "Beta" badge with a flask icon. ### Migration from v1 This migration guide is deprecated. The v1 API has been removed. This page has `status: deprecated` and should show a red "Deprecated" badge with a warning icon. ### Experimental Features These features are experimental and may change. This page has `status: experimental` and should show a purple "Experimental" badge. ### Draft Notes This page uses a custom status `draft` defined in the great-docs.yml configuration. ### Stable Features This page has no status and should NOT display any status badge. ### Subtitle Only This page tests the badge layout when a subtitle is present but there is no description. ### Description Only This page tests the badge layout when a description is present but there is no subtitle. ### Subtitle and Description This page tests the badge layout when both a subtitle and a description are present. ### Title Only This page has only a title (no subtitle, no description) with a status badge. The simplest layout case.