From a0a6d2ab62f7aff218cb77e640afbfee8868c48a Mon Sep 17 00:00:00 2001 From: tonyyli-wandb Date: Tue, 27 Jan 2026 14:14:16 -0800 Subject: [PATCH] docs(registries): configure docs for wandb.registries subpackage --- configuration.py | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/configuration.py b/configuration.py index 04e49d1..02439b8 100644 --- a/configuration.py +++ b/configuration.py @@ -22,7 +22,7 @@ "frontmatter": "namespace: python_sdk_custom_charts", "folder_name": "custom-charts", }, - }, + }, "DATATYPE": { "module": "wandb.sdk.data_types", "file_path": BASE_DIR / "wandb" / "wandb" / "__init__.template.pyi", @@ -32,7 +32,7 @@ "frontmatter": "namespace: python_sdk_data_type", "folder_name": "data-types", }, - }, + }, "PUBLIC_API": { "module": "wandb.apis.public", "file_path": BASE_DIR / "wandb" / "wandb" / "apis" / "public" / "__init__.py", @@ -53,4 +53,14 @@ "folder_name": "automations", }, }, -} \ No newline at end of file + "REGISTRIES": { + "module": "wandb.registries", + "file_path": BASE_DIR / "wandb" / "wandb" / "registries" / "__init__.py", + "hugo_specs": { + "title": "Registries", + "description": "Manage and share W&B artifacts across your organization.", + "frontmatter": "namespace: registries_namespace", + "folder_name": "registries", + }, + }, +}