Skip to content

acquire-project/acquire-docs

Repository files navigation

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.

Contribute

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.

Build

To build the website locally and serve it, follow the steps below:

  1. Install Doxygen using your package manager or from the official website.

  2. after cloning and successfully installing acquire-imaging and acquire-zarr in 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.