Contributing to the Documentation
Colibri’s documentation is written in sphinx . You can find details on how to format with sphinx in their website.
Before pushing changes to the documentation, it is useful to compile them using:
make html
in the colibri/doc/sphinx/ directory, and make sure that the compiled version
looks as you expect it to, by opening it with:
open build/html/index.html
Thanks!