summaryrefslogtreecommitdiffstats
path: root/posix1003_1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add PDF generation support use with --pdfAmar Takhar2016-05-022-6/+5
|
* Add support for spellchecking with a custom dictionary.Amar Takhar2016-05-021-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.
* Convert all Unicode to ASCII(128)Amar Takhar2016-05-025-24/+24
|
* Rework how conf.py is handled.Amar Takhar2016-05-022-9/+9
| | | | Needed to switch due to increasing complexity.
* Split document into seperate files by section.Amar Takhar2016-05-0222-1/+3609
|
* Fix warnings.Amar Takhar2016-05-021-12/+4
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-023-0/+3671