developing.rst 485 B

12345678910111213141516171819202122232425
  1. Developing with nose
  2. ====================
  3. Get the code
  4. ------------
  5. nose is hosted at `GitHub
  6. <http://github.com/nose-devs/nose/>`__. You should clone this
  7. repository if you're developing a plugin or working on bug fixes for nose::
  8. git clone https://github.com/nose-devs/nose
  9. You should **fork** this repository if you are developing new features for
  10. nose. Then submit your changes as a pull request.
  11. Read
  12. ----
  13. .. toctree ::
  14. :maxdepth: 2
  15. plugins
  16. api
  17. contributing