Contributing¶
Development Setup¶
Install the default contributor environment:
make install-dev
Install the fuller environment, including docs and test extras:
make install
Common Commands¶
make test
make lint
make docs
make docs-build
make ci
Repository standards¶
- keep implemented behavior narrow, reproducible, and honest
- prefer small, working examples over notebook-only walkthroughs
- update docs alongside package exports
- keep large raw source data out of git
Docs and API surface¶
docs/api.mdis generated from the documentednyc_mesh.*public modulesscripts/audit_public_api.pychecks that the documented public modules and__all__exports stay aligned- archived planning material lives under
docs/og-context/and is intentionally kept out of the public docs navigation