summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PDF generation support use with --pdfAmar Takhar2016-05-023-17/+48
|
* Add .svg logos for RTEMS that I made myself.Amar Takhar2016-05-022-0/+459
| | | | One is plain SVG the other has the Inkscape metadata in it.
* Add logo.pdf for PDF documents.Amar Takhar2016-05-021-0/+0
|
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-024-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.
* Rework how conf.py is handled.Amar Takhar2016-05-023-21/+51
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-021-0/+2
| | | | | I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
* Initial reST documentation using Sphinx.Amar Takhar2016-05-0237-0/+1939