summaryrefslogtreecommitdiffstats
path: root/develenv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* develenv/directory.rst: Update directory structure descriptionJoel Sherrill2019-12-121-151/+38
| | | | closes #3796.
* Add unicode support for commonly used characters like copyright.Chris Johns2019-02-281-1/+3
| | | | | - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
* Use pathto() on the genindex URL to make it relative.Chris Johns2019-02-151-2/+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).
* Reformat and update copyright and license noticesSebastian Huber2019-01-141-8/+5
| | | | | | | | For everything before 2015 an OAR copyright is assumed. Later copyright notices are based on Git commits on a best effort basis. The copyright notices of the "RTEMS Software Engineering Handbook" and the "RTEMS CPU Architecture Supplement" are incomplete.
* Simplify SPDX-License-Identifier commentSebastian Huber2019-01-116-6/+6
|
* Remove superfluous "All rights reserved."Sebastian Huber2019-01-112-2/+0
|
* Use standard format for copyright linesSebastian Huber2019-01-112-4/+2
|
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|
* Update the copyright year.Chris Johns2018-10-191-1/+1
|
* build: Fix indexing so it works on HTML and PDF.Chris Johns2018-08-212-5/+1
| | | | | | | | | | | | - Remove all genindex.rst files, these are generated and should not exist in our source. - Fix the HTML templates so the local specialisation works. - Add a index link to the sidebar for HTML. Note, there is no TOC entry for the index in the PDF output and I cannot figure out how to add one. Closes #3503
* Add indexes to all documents.Chris Johns2017-11-122-2/+5
| | | | Update #3229.
* Shorten the name of the BSP and Device Driver Development GuideJoel Sherrill2017-10-121-2/+2
| | | | | | | | | | | | | Old name: RTEMS BSP and Device Driver Development Guide This is long and causes problems in the PDF output. This patch changes the name to: RTEMS BSP and Driver Guide Closes #3141.
* coverpage: Fix repeated entries.Chris Johns2017-08-111-0/+2
| | | | Closes #2865.
* Update copyright notices.Chris Johns2017-08-111-5/+8
|
* waf: Cleaner formatting to see the importing.Chris Johns2017-03-271-2/+7
|
* Use a single top level version number.Chris Johns2017-03-201-4/+5
|
* Update document titles for consistencyJoel Sherrill2017-01-112-4/+4
|
* Update version/revision to 4.11.99Sebastian Huber2016-12-211-2/+2
|
* develenv: Fix header levels.Chris Johns2016-11-097-10/+11
|
* Remove the old files.Chris Johns2016-10-291-1393/+0
|
* Update the file list to the 4.11 directory structure.Chris Johns2016-10-271-116/+3
|
* develenv/sample.rst: Correct formatting errorJoel Sherrill2016-10-271-1/+0
|
* develenv: Fix build errors for realJoel Sherrill2016-10-273-9/+6
|
* develenv: Fix build errorsJoel Sherrill2016-10-273-19/+20
|
* Fix develenv. Needs more fixes.Chris Johns2016-10-276-767/+603
|
* Set SPDX License Identifier in each source file.Chris Johns2016-05-207-0/+14
|
* Add 'waf linkcheck' to check external references.Amar Takhar2016-05-021-1/+1
|
* 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-024-14/+14
|
* 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-027-1/+1329
|
* Fix warnings.Amar Takhar2016-05-021-25/+10
|
* Initial reST documentation using Sphinx.Amar Takhar2016-05-023-0/+1431