summaryrefslogtreecommitdiffstats
path: root/book (follow)
Commit message (Collapse)AuthorAgeFilesLines
* networking: Rename to legacy networkingVijay Kumar Banerjee2021-03-301-1/+1
|
* build: Prepend project common pathSebastian Huber2019-02-082-2/+2
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-111-1/+1
|
* Set SPDX License Identifier in each source file.Chris Johns2016-05-201-0/+2
|
* Add PDF generation support use with --pdfAmar Takhar2016-05-021-0/+4
|
* 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.
* Rework how conf.py is handled.Amar Takhar2016-05-022-9/+12
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-022-8/+15
| | | | | I'll probably move to a more pythonic way of doing conf.py since this is getting too complicated.
* Check for non existent directories when building 'book'.Amar Takhar2016-05-021-2/+6
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-022-0/+88