summaryrefslogtreecommitdiffstats
path: root/networking (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-028-45/+45
|
* Rework how conf.py is handled.Amar Takhar2016-05-022-9/+9
| | | | Needed to switch due to increasing complexity.
* Move preface/intro one level up so the section is unnumbered.Amar Takhar2016-05-021-1/+2
|
* Split document.Amar Takhar2016-05-0210-1/+1992
|
* Fix markupAmar Takhar2016-05-021-6/+47
|
* Fix images.Amar Takhar2016-05-024-12/+3
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-023-0/+2030