Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolibril13/napari-animation-docs
https://napari-animation-docs.readthedocs.io/en/latest/
https://github.com/kolibril13/napari-animation-docs
Last synced: 3 days ago
JSON representation
https://napari-animation-docs.readthedocs.io/en/latest/
- Host: GitHub
- URL: https://github.com/kolibril13/napari-animation-docs
- Owner: kolibril13
- License: mit
- Created: 2023-03-08T09:10:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-10T08:25:54.000Z (over 1 year ago)
- Last Synced: 2024-10-12T15:18:01.220Z (about 1 month ago)
- Homepage:
- Size: 26.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# napari-animation-docs-mystjs
[![Documentation Status](https://readthedocs.org/projects/napari-animation-docs/badge/?version=latest)](https://napari-animation-docs.readthedocs.io/en/latest/?badge=latest)
https://napari-animation-docs.readthedocs.io/en/latest/
### dev instructions:
```
/opt/homebrew/bin/python3.11 -m venv .venv
.venv/bin/activate
python -m pip install -U sphinx
# sphinx-quickstart docs
python -m pip install sphinx-copybutton nbsphinx furo ipykernel
```