summaryrefslogtreecommitdiffstats
path: root/filesystem (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-02Add support for singlehtml (inlined) HTML file, plus some other fixes.Amar Takhar1-2/+1
* This is still broken. * Rename sphinx_rtd_theme so it doesn't pickup locally installed ones * Add a hack to theme.css to get around inliner bug. * Some unrelated fixups in common/waf.py Unfortunatly several dozen fixes got merged into this.
2016-05-02Add PDF generation support use with --pdfAmar Takhar2-6/+5
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 Takhar6-30/+30
2016-05-02Rework how conf.py is handled.Amar Takhar2-9/+9
Needed to switch due to increasing complexity.
2016-05-02Fix section numbering, create TOC, seperate preface.Amar Takhar2-58/+12
2016-05-02Rename old document for reference only.Amar Takhar1-0/+0
2016-05-02Split document into seperate files by section.Amar Takhar11-1/+4599
2016-05-02Fix markup warnings.Amar Takhar1-2/+21