Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.41 KB

CONTRIBUTING.rst

File metadata and controls

46 lines (27 loc) · 1.41 KB

Contributing to sgol-qgis-plugin ===============

Contributor License Agreement -----------------

Thank you for your interest in contributing. You will first need to agree to the license. Simply post the following paragraph, with "your name" and "your github account" substituted as needed, to the first issue #1. Otherwise, you can email us here.

I, < YOUR NAME > (< YOUR GITHUB ACCOUNT >), agree to the license terms. My contributions to this repo are granted to Spatial Current, Inc. under a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable license and/or copyright is transferred.

Versioning

This library will be kept up to date with the SGOL (Spatial Graph Operations Language) specification. Until the specification is stable, semantic versioning will not be implemented.

Authors

See AUTHORS for a list of contributors.

Documentation

To build documentation first install sphinx via PyPI with:

pip install sphinx sphinx_rtd_theme

Change directory to the docs directory then build with:

./make-docs.sh

Tests

TBD