Acquire Documentation
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, follow the steps below:
-
Install
Doxygenusing your package manager or from the official website. -
after cloning and successfully installing
acquire-imagingandacquire-zarrin developer mode, run the following commands:pip install -r requirements.txt mkdocs serve
Note
This setup assumes you have acquire-python and acquire-zarr cloned in the same
parent directory as acquire-docs. If this is not the case, edit the
mkdocs.yml file accordingly.