shoebot / toybot-scenegraph

Experimental scenegraph renderer for bot languages
0 stars 1 forks source link

Setup project automations - linting, testing, doc generation etc. #6

Open stuaxo opened 5 years ago

stuaxo commented 5 years ago

pyproject.toml:

pre-commit hook

Initial DEVELOPER.md

see also: #7 setup project integrations

stuaxo commented 5 years ago

I'm going to try and setup apidoc, and have sphinx setup with markdown support instead of REST, as it seems to have more uptake than REST these days.

APIdoc with setup to use numpy style comments seems like an OK combination.

stuaxo commented 4 years ago

Running through this very well tooled up tutorial https://cjolowicz.github.io/posts/hypermodern-python-01-setup/

Definitely need to mention this in docs