- Fork the repo
- Make a change
- Create and/or update tests
- Run tests and ensure they pass
python -m unittest discover -v
- Submit a PR
-
Fork the repo
-
Navigate to
docs
-
Make a change
-
Rebuild docs
make html open build/html/index.html # open index.html for review in browser
Contributors should ignore the steps below.
rm -rf build dist py_readability_metrics.egg-info && python setup.py sdist bdist_wheel
twine upload dist/*