Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (26 loc) · 535 Bytes

Contributing

Getting started

Start by cloning this repository and creating a virtual environment for python. From the repository root, install dependencies with

pip install --editable '.[dev]'

Unit tests

Run unit tests with

pytest

Writing documentation

Documentation is based on mkdocs.

Commands

Start the live-reloading docs server:

mkdocs serve

Build the documentation site:

mkdocs build

Print help message and exit:

mkdocs -h