This repository is dedicated to the documentation of the Countoscope. The documentation is generated by Sphinx, a powerful documentation generator for Python projects that transforms reStructuredText into HTML, LaTeX, and other formats.
Close the repository with its submodules by typing in a terminal:
git clone https://github.com/Countoscope/countoscope.github.io.git --recurse-submodules
To build the documentation localy, go to the docs/ folder and type:
make html
The generated documentation can be accessed from the docs/build/ folder.