From d6aa51d50400c7fcf88f7c2b8881765aa1f14d59 Mon Sep 17 00:00:00 2001 From: Gleb Kanterov Date: Tue, 21 Oct 2025 12:41:28 +0200 Subject: [PATCH] [Python] Update Sphinx docs --- experimental/python/docs/conf.py | 1 - experimental/python/docs/databricks.bundles.core.rst | 3 +++ .../python/docs/databricks.bundles.schemas.rst | 11 +++++++++++ .../python/docs/databricks.bundles.volumes.rst | 11 +++++++++++ experimental/python/docs/index.rst | 4 +++- 5 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 experimental/python/docs/databricks.bundles.schemas.rst create mode 100644 experimental/python/docs/databricks.bundles.volumes.rst diff --git a/experimental/python/docs/conf.py b/experimental/python/docs/conf.py index 8bf9d06168..3422b6a3ad 100644 --- a/experimental/python/docs/conf.py +++ b/experimental/python/docs/conf.py @@ -16,7 +16,6 @@ project = "databricks-bundles" copyright = "2024, Databricks" author = "Gleb Kanterov" -release = "beta" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/experimental/python/docs/databricks.bundles.core.rst b/experimental/python/docs/databricks.bundles.core.rst index f2e9d16d23..06af0f3739 100644 --- a/experimental/python/docs/databricks.bundles.core.rst +++ b/experimental/python/docs/databricks.bundles.core.rst @@ -38,4 +38,7 @@ Methods Decorators ----------- .. autodecorator:: databricks.bundles.core.job_mutator +.. autodecorator:: databricks.bundles.core.pipeline_mutator +.. autodecorator:: databricks.bundles.core.schema_mutator +.. autodecorator:: databricks.bundles.core.volume_mutator .. autodecorator:: databricks.bundles.core.variables diff --git a/experimental/python/docs/databricks.bundles.schemas.rst b/experimental/python/docs/databricks.bundles.schemas.rst new file mode 100644 index 0000000000..a9f84211e8 --- /dev/null +++ b/experimental/python/docs/databricks.bundles.schemas.rst @@ -0,0 +1,11 @@ +Schemas +=============================== + +.. currentmodule:: databricks.bundles.schemas + +**Package:** ``databricks.bundles.schemas`` + +Classes +--------------- + +.. automodule:: databricks.bundles.schemas diff --git a/experimental/python/docs/databricks.bundles.volumes.rst b/experimental/python/docs/databricks.bundles.volumes.rst new file mode 100644 index 0000000000..ff192f099f --- /dev/null +++ b/experimental/python/docs/databricks.bundles.volumes.rst @@ -0,0 +1,11 @@ +Volumes +=============================== + +.. currentmodule:: databricks.bundles.volumes + +**Package:** ``databricks.bundles.volumes`` + +Classes +--------------- + +.. automodule:: databricks.bundles.volumes diff --git a/experimental/python/docs/index.rst b/experimental/python/docs/index.rst index 42ce0b62bc..0ecdd689ff 100644 --- a/experimental/python/docs/index.rst +++ b/experimental/python/docs/index.rst @@ -1,4 +1,4 @@ -databricks-bundles (Beta) +databricks-bundles -------------------------------- `databricks-bundles` package implements Python support for Databricks Asset Bundles. @@ -12,3 +12,5 @@ See `What is Python support for Databricks Asset Bundles? (TBD) <#>`_. databricks.bundles.core databricks.bundles.jobs databricks.bundles.pipelines + databricks.bundles.schemas + databricks.bundles.volumes