Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
| 12345678910111213141516171819202122232425 |
- 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
|