awips2/pythonPackages/nose/doc/developing.rst
mjames-upc e2adf2842d nose 1.3.7
Former-commit-id: 3a5dd251de
2016-03-18 19:50:07 -06:00

25 lines
485 B
ReStructuredText

Developing with nose
====================
Get the code
------------
nose is hosted at `GitHub
<http://github.com/nose-devs/nose/>`__. You should clone this
repository if you're developing a plugin or working on bug fixes for nose::
git clone https://github.com/nose-devs/nose
You should **fork** this repository if you are developing new features for
nose. Then submit your changes as a pull request.
Read
----
.. toctree ::
:maxdepth: 2
plugins
api
contributing