kinisi icon indicating copy to clipboard operation
kinisi copied to clipboard

Consider using Pooch for docs

Open arm61 opened this issue 7 months ago • 1 comments

Currently data files are stored in the docs, we could use pooch (https://pypi.org/project/pooch/) and store them elsewhere -- this would lighten the load of the codebase.

arm61 avatar Aug 14 '25 11:08 arm61

Another solution could be, to include the data files into the repository via https://github.com/iterative/dvc and use dvc pull during the documentation build process.

PythonFZ avatar Aug 21 '25 11:08 PythonFZ