git clone git@github.com:uber/h3-py.gitcd h3-pymake initmake testmake lint
- Follow something like the
numpydocdocstring guide or thepandasdocstring guide
- GitHub Standard Fork & Pull Request Workflow
- pyenv for multiple versions (to help with tox)
- tox stuff
- more tox stuff
cd src/h3lib
git checkout master
git pull
cd ..
git add h3lib
git commit ...