Development Guide ================== Found a bug? Saw a typo? Want a new feature? Any questions or suggestions? Please don't be shy! Tell us by opening an issue or just start a pull request. - `Open an issue `_ If you want to contribute to spatialtis, here is some information to start with. First clone the repository .. code-block:: bash git clone https://github.com/Mr-Milk/SpatialTis.git And then install the dependencies, it should contain everything .. code-block:: bash pip install -r requirements.txt Here are some tools used in development: Code Quality: - `pre-commit hook `_ - `isort `_ (sort import) - `black `_ (code formating) - `flake8 `_ (pylint check) - `pytest `_ (test framework) Documentation: - `sphinx `_ Continuous Integration: - `Github Actions `_ And here are some requirements: - Every exposed API should have type annotation. - Docstring is numpy style