Imspector is a software for image acquisition and analysis in high resolution microscopy. It is developed at the Max Planck Institute of Biophysical Chemistry at the department of NanoBiophotonics and at the Abberior Instruments GmbH.
- have Python installed
- have this repository cloned into
ImspectorDocs
- create and activate a python virtual environment
pip install -U -r ImspectorDocs/requirements.txt
After this you should be able to build the documentation:
cd ImspectorDocs/docs/
make html
or.\make.bat html
- now
ImspectorDocs\docs\_build\html
will contain the built docs
The documentation is built after each push. Read the latest version at ReadTheDocs.org.