summaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-02Add PDF generation support use with --pdfAmar Takhar3-17/+48
2016-05-02Add .svg logos for RTEMS that I made myself.Amar Takhar2-0/+459
One is plain SVG the other has the Inkscape metadata in it.
2016-05-02Add logo.pdf for PDF documents.Amar Takhar1-0/+0
2016-05-02Add support for spellchecking with a custom dictionary.Amar Takhar4-2/+53
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 Takhar3-21/+51
Needed to switch due to increasing complexity.
2016-05-02Fix rtemsconfig building.Amar Takhar1-0/+2
I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.