Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 763 Bytes

File metadata and controls

28 lines (17 loc) · 763 Bytes

Countoscope documentation

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.

How to

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.