summaryrefslogtreecommitdiff
path: root/src/mailman/docs/README.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-117/+0
|
* Some updates to the documentation in preparation for alpha 7.Barry Warsaw2011-04-291-5/+8
|
* Make sure all documentation is included in the toctree.Barry Warsaw2011-01-021-0/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Update documentation.Barry Warsaw2010-01-181-0/+3
|
* Documentation reorganization.Barry Warsaw2010-01-121-2/+2
|
* Fix some markup.Barry Warsaw2010-01-111-2/+2
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Fix docs build.Barry Warsaw2009-11-231-0/+1
|
* Updates to documentation.Barry Warsaw2009-08-241-1/+2
|
* Documentation reorganization and update.Barry Warsaw2009-08-241-0/+2
|
* More lint picking.Barry Warsaw2009-07-041-1/+1
| | | | Fix a documentation link.
* Basic Sphinx documentation generation.Barry Warsaw2009-06-301-2/+17
|
* Integrate pylint and Sphinx documentation buildout targets.Barry Warsaw2009-06-301-0/+91
* 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.