summaryrefslogtreecommitdiffstats
path: root/book (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-20Set SPDX License Identifier in each source file.Chris Johns1-0/+2
2016-05-02Add PDF generation support use with --pdfAmar Takhar1-0/+4
2016-05-02Add support for spellchecking with a custom dictionary.Amar Takhar1-1/+1
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.
2016-05-02Rework how conf.py is handled.Amar Takhar2-9/+12
Needed to switch due to increasing complexity.
2016-05-02Fix rtemsconfig building.Amar Takhar2-8/+15
I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
2016-05-02Check for non existent directories when building 'book'.Amar Takhar1-2/+6