Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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
```