Integrate pylint and Sphinx documentation buildout targets.
commitfc07eb2b464eaea1f3dcc9ce4d57343571e8527f
authorBarry Warsaw <barry@list.org>
Tue, 30 Jun 2009 10:14:49 +0000 (30 06:14 -0400)
committerBarry Warsaw <barry@list.org>
Tue, 30 Jun 2009 10:14:49 +0000 (30 06:14 -0400)
treec8d7c87af7cdf0bf46cca711129c699128cf4432
parent9e97e8ae31450ce6a308f700fc358710462c01f8
Integrate pylint and Sphinx documentation buildout targets.

* bin/lint.sh runs the linter (be very afraid)
* bin/docs runs Sphinx over the documentation (needs refining)

src/sphinxconf.py is an ugly hack to hook the buildout recipe so that we can
ignore text files in our tree that are not documentation.
.buildout/bin/lint.sh.in [new file with mode: 0755]
buildout.cfg
pylint.rc [new file with mode: 0644]
setup.py
src/mailman/docs/README.txt [new file with mode: 0644]
src/sphinxconf.py [new file with mode: 0644]