Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion experimental/python/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions experimental/python/docs/databricks.bundles.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
11 changes: 11 additions & 0 deletions experimental/python/docs/databricks.bundles.schemas.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Schemas
===============================

.. currentmodule:: databricks.bundles.schemas

**Package:** ``databricks.bundles.schemas``

Classes
---------------

.. automodule:: databricks.bundles.schemas
11 changes: 11 additions & 0 deletions experimental/python/docs/databricks.bundles.volumes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Volumes
===============================

.. currentmodule:: databricks.bundles.volumes

**Package:** ``databricks.bundles.volumes``

Classes
---------------

.. automodule:: databricks.bundles.volumes
4 changes: 3 additions & 1 deletion experimental/python/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
databricks-bundles (Beta)
databricks-bundles
--------------------------------

`databricks-bundles` package implements Python support for Databricks Asset Bundles.
Expand All @@ -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
Loading