summaryrefslogtreecommitdiffstats
path: root/rtemsconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use pathto() on the genindex URL to make it relative.Chris Johns2019-02-151-5/+0
|
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-131-11/+7
| | | | | | | | There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
* 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-113-3/+3
|
* waf: Cleaner formatting to see the importing.Chris Johns2017-03-271-12/+7
|
* Use a single top level version number.Chris Johns2017-03-201-5/+5
|
* Set SPDX License Identifier in each source file.Chris Johns2016-05-203-0/+6
|
* 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-21/+12
| | | | Needed to switch due to increasing complexity.
* Fix rtemsconfig building.Amar Takhar2016-05-021-0/+14
| | | | | 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-024-0/+72