kedro
kedro copied to clipboard
[DataCatalog2.0]: Add docs and docstrings for `KedroDataCatalog`
Description
Following the further plan for KedroDataCatalog
— https://github.com/kedro-org/kedro/issues/3995#issuecomment-2419884227— we want to add docs explaining how to use it and docstrings so users can start testing it.
First we need to merge dict-like interface PR: https://github.com/kedro-org/kedro/pull/4218
Context
https://github.com/kedro-org/kedro/pull/4218#pullrequestreview-2368706376
Possible Implementation
- Create a dedicated section in the docs and add API description with usage examples
- Revise docstrings and add missing