Contributing¶
Development of doxxie takes place at https://github.com/Kyle-Verhoog/doxxie.
Formatting¶
Code formatting is managed with black and isort.
To format code:
$ riot run fmt
Release notes¶
Release notes are managed by reno. To create a new release note:
$ riot run releasenote <slug>
where <slug> is a short identifier for the change.
Documentation¶
Documentation is published to readthedocs. To build the docs locally:
$ riot run docs
To serve the docs locally use:
$ riot run servedocs
This will serve the docs on port 8000 by default. To specify a different port:
$ riot run servedocs <port>