This is the official documentation for QuimP software.
This repository contains LaTeX
source of the QuimP documentation. Compiled pdf file related to currently released version of QuimP is available at QuimP homepage. The develop branch follows development version of QuimP, whereas master contains documentation for already released QuimP.
Both branches are compiled to Html/PDF by script that runs daily around 6am and then uploaded to:
- http://pilip.lnx.warwick.ac.uk/docs/develop/QuimP_Guide.html - develop branch
- http://pilip.lnx.warwick.ac.uk/docs/master/QuimP_Guide.html - master branch
One needs to have full LaTeX distribution installed on the system. Then, to build the documentation type:
cd Docs
pdflatex QuimP_Guide.tex
pdflatex QuimP_Guide.tex
bibtex QuimP_Guide.aux
pdflatex QuimP_Guide.tex
pdflatex QuimP_Guide.tex
The final document is located in Docs/QuimP_Guide.pdf
.
- QuimP homepage: http://warwick.ac.uk/quimp
- QuimP GitHub page (contains Wiki and bug tracker): https://github.com/CellDynamics/QuimP
- Html version of manual: http://pilip.lnx.warwick.ac.uk/docs/develop/QuimP_Guide.html