summaryrefslogtreecommitdiffstats
path: root/c_user (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-02Add PDF generation support use with --pdfAmar Takhar2-6/+13
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-02Convert all Unicode to ASCII(128)Amar Takhar35-308/+308
2016-05-02Rework how conf.py is handled.Amar Takhar1-9/+1
Needed to switch due to increasing complexity.
2016-05-02Rename old document for reference only.Amar Takhar1-0/+0
2016-05-02Split document into seperate files by section.Amar Takhar40-1/+23750
2016-05-02Fix markup.Amar Takhar1-122/+173