How to contribute

All flamingo development happens on GitHub.

Tests

Flamingo defines a simple pytest plugin for build test. To run the existing tests run:

$ make test

Documentation

All documentation is stored in doc/ to build the documentation run:

$ cd doc
$ make html