您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

contributing.rst 640B

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