User Documentation
Input Formats
Plugins
Cookbook
Developer Documentation
All flamingo development happens on GitHub.
Flamingo defines a simple pytest plugin for build test. To run the existing tests run:
$ make test
All documentation is stored in doc/ to build the documentation run:
$ cd doc $ make html