Contributing ============ Make sure you're read http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html Guidelines ---------- * New features should be discussed on the mailing list (or in the meetings) before serious work starts * Pull requests will be rejected if sufficient tests aren't provided * Please updated the documentation when altering behaviour or introducing new features Coding conventions ------------------ * PEP8 (http://www.python.org/dev/peps/pep-0008/) * PEP257 (http://www.python.org/dev/peps/pep-0257/) Contents: .. toctree:: :maxdepth: 2 contributing/installation contributing/testing