Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 518 Bytes

File metadata and controls

16 lines (13 loc) · 518 Bytes

Documentation

The documentation is automatically built through readthedocs following the RST syntax. You should change just the files in the souce/ folder.

Build the docs

In order to see the results of your changes in the source/ folder locally, just run the following command under the docs/ folder:

make html

Run test coverage

On MacOs and Linux

lcov --directory . --capture --output-file coverage.info