docs: fix warnings in documentation generation

--amend
This commit is contained in:
Kelly Brown 2025-07-22 15:16:26 -04:00
parent 9b69b6ac05
commit 499557bc19
27 changed files with 210 additions and 230 deletions

View file

@ -1,7 +1,15 @@
# Datasetio Providers
# Datasetio
## Overview
This section contains documentation for all available providers for the **datasetio** API.
- [inline::localfs](inline_localfs.md)
- [remote::huggingface](remote_huggingface.md)
- [remote::nvidia](remote_nvidia.md)
## Providers
```{toctree}
:maxdepth: 1
inline_localfs
remote_huggingface
remote_nvidia
```