Skip to content

Commit

Permalink
Separate experimental API docs
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed May 17, 2024
1 parent 852885d commit 8263ce2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 1 addition & 2 deletions kedro-datasets/docs/source/api/kedro_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ kedro_datasets
kedro_datasets.tracking.JSONDataset
kedro_datasets.tracking.MetricsDataset
kedro_datasets.video.VideoDataset
kedro_datasets.yaml.YAMLDataset
kedro_datasets_experimental.xarray.GeoTiffDataset
kedro_datasets.yaml.YAMLDataset
14 changes: 14 additions & 0 deletions kedro-datasets/docs/source/api/kedro_datasets_experimental.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
kedro_datasets_experimental
==============

.. rubric:: Description

.. automodule:: kedro_datasets_experimental

.. rubric:: Classes

.. autosummary::
:toctree:
:template: autosummary/class.rst

kedro_datasets_experimental.xarray.GeoTiffDataset
1 change: 1 addition & 0 deletions kedro-datasets/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
# -- Kedro specific configuration -----------------------------------------
KEDRO_MODULES = [
"kedro_datasets",
"kedro_datasets_experimental"
]


Expand Down

0 comments on commit 8263ce2

Please sign in to comment.