bonsai-rx / machinelearning

Bonsai Library containing reactive infrastructure for machine learning
https://bonsai-rx.org/machinelearning/
MIT License
4 stars 4 forks source link

Allow examples to bootstrap from local packages #20

Closed glopesdev closed 5 months ago

glopesdev commented 5 months ago

Currently bootstrapping the examples submodule depends on having publicly available NuGet packages. This PR adds a NuGet.config to the root of the docs folder so that we can use packages built locally to bootstrap the example environments.

This should allow working with the submodule directly from this repo before publishing a new package version, for instance when trying out the examples before release.

Finally, we have also updated launch targets to use the local environment for package debugging, for consistency with the workflow used for generating documentation assets, e.g. images and to avoid relying on system-wide installs.