summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Slight doc reorg.Barry Warsaw2017-03-301-2/+2
|
* Add a front page pointer to the suite documentation.Barry Warsaw2017-03-251-0/+6
|
* Extensive reorganizationBarry Warsaw2017-02-041-10/+10
|
* More contributors.Barry Warsaw2017-02-041-0/+1
|
* Split CONTRIBUTE and INSTALLBarry Warsaw2017-02-041-0/+1
|
* Add default configuration to the documentation.Abhilash Raj2017-01-081-0/+1
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Reorganize the documentation for better accesibilityAbhilash Raj2016-08-211-18/+19
|
* Add status badges to readmeSimon Hanna2016-07-061-0/+12
|
* Update all the starting documentation.Barry Warsaw2016-04-301-2/+2
| | | | Also, add `tox -e docs`.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Documentation updates.Barry Warsaw2015-04-171-0/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Documentation cleanup.Barry Warsaw2014-12-301-1/+0
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* Update some documentation and add a DEVELOP.rst overview.Barry Warsaw2012-12-301-10/+11
|
* * Some additional documentation on related components such as Postorius andBarry Warsaw2012-03-281-0/+12
|\ | | | | | | hyperkitty have been added, given by Stephen J Turnbull.
| * Update documentation post-sprint for Beta releases.Stephen J. Turnbull2012-03-261-0/+11
| |
* | Fix documentation skew.Barry Warsaw2012-03-231-1/+1
|/
* Combine my sprint work into Andrea's.Stephen J. Turnbull2012-03-141-0/+1
| | | | | Add 8-miles-high.rst. Remove my temporary contents.rst list and conf.py. Adds chains.png, pipeline.png, msg-flow.png -- probably temporarily.
* Clean up of style test code, along with refactoring of corner cases toBarry Warsaw2012-03-121-0/+1
| | | | unittests where they belong.
* Clean up a few documentation issues.Barry Warsaw2012-03-121-0/+1
|
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-1/+1
|
* Add some minimal documentation about setting up the database.Barry Warsaw2011-10-231-0/+1
|
* This is the way to build the documentation now:Barry Warsaw2011-09-231-3/+37
| | | | $ python setup.py build_sphinx
* After a current analysis by Richard Wackerbarth, it was found that notBarry Warsaw2011-06-141-0/+27
including site-packages in the built-out environment is what was causing FreeBSD to fail to find the _sqlite module. As it turns out, the reason for adding this no longer appears relevant on Ubuntu, so just remove the setting. Fix a reference error in bin/runner.py Rename: * START.txt -> START.rst * README.txt -> README.rst