Check out the built site here: https://acquire-project.github.io/acquire-docs/
This repository contains the documentation for Acquire (acquire-imaging
on PyPI), a python package providing a multi-camera video streaming library focusing on performant microscopy..
If you'd like to make a suggestion for new documentation, please submit a Github issue to let us know.
We welcome contributions to the Acquire code base and to documentation. Refer to our contribution guides for more information. The relevant Github repos are linked below.
To build the website locally and serve it, run the following commands:
pip install -r requirements.txt
mkdocs serve