Skip to content

Commit b75791f

Browse files
committed
List the development dependencies on the development page.
1 parent 15676eb commit b75791f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/development.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,16 @@ Generate a full pylint report:
6161

6262
pylint --rcfile=pylint.conf intercom
6363

64+
65+
Dependencies
66+
------------
67+
68+
* `nose <http://readthedocs.org/docs/nose/en/latest/>`_ – makes unit testing easier.
69+
* `coverage <http://nedbatchelder.com/code/coverage/>`_ – code coverage.
70+
* `mock <http://www.voidspace.org.uk/python/mock/>`_ – patching methods for unit testing.
71+
* `pylint <http://www.logilab.org/857>`_ – source code analyzer.
72+
* `Sphinx <http://sphinx.pocoo.org/>`_ – documentation decorator.
73+
* `Pygments <http://pygments.org/>`_ – Python syntax highlighting for documentation.
74+
* `docutils <http://docutils.sourceforge.net/>`_ – reStructuredText support.
75+
* `Jinja <http://jinja.pocoo.org/docs/>`_ – templating language.
76+

0 commit comments

Comments
 (0)