Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 182 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 182 Bytes

Generating src docs for every commit

Run the following command:

echo -e "tox -e src-docs\ngit add src-docs\n" > .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit