Aller au contenu

Contributing#

This project is hosted on GitHub.

Visit GitHub

Scripts#

We provide a Makefile which helps the developers to:

  • run tests,
  • build the documentation (Processing algorithms)

Code#

SQL and Python are covered by unittests with Docker.

Tests 🎳

1
2
3
pip install -r requirements/dev.txt
flake8
make tests

Documentation#

Documentation 📚

The documentation is using MkDocs with Material :

1
2
pip install -r requirements/doc.txt
mkdocs serve
  • Processing algorithms documentation can be generated with:
1
make processing-doc