summaryrefslogtreecommitdiffstats
path: root/common/waf.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PDF generation support use with --pdfAmar Takhar2016-05-021-16/+47
|
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-021-2/+35
| | | | | | | | | | | | | | To use: 1. Install aspell 2. waf spell <list of files> * waf spell mydoc.rst * waf spell *.rst This uses a custom dictionary stored in common/spell/dict/. We should add all RTEMS and programming terms to this to ensure we are consistent. Amar.
* Rework how conf.py is handled.Amar Takhar2016-05-021-13/+44
| | | | Needed to switch due to increasing complexity.
* Initial reST documentation using Sphinx.Amar Takhar2016-05-021-0/+37