summaryrefslogtreecommitdiffstats
path: root/eng (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-1128-28/+28
|
* Use standard format for copyright linesSebastian Huber2019-01-1128-35/+31
|
* Add common header.rst to reduce copy and pasteSebastian Huber2019-01-091-23/+1
|
* Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill2018-12-207-18/+18
|
* eng: Unicode char (U+200B)Sebastian Huber2018-12-201-3/+3
|
* eng/coding-conventions.rst: Convert TBD to Rest Format (GCI 2018)Pritish Jain2018-12-171-2/+244
|
* eng/coding-doxygen: Fix errorsMarçal Comajoan Cara2018-12-171-352/+360
| | | | This work was part of GCI 2018.
* eng/coding-file-hdr.rst: Fix file formatting (GCI 2018)Sal2018-12-171-23/+25
|
* eng/coding-doxygen.rst: Clean up and make subsubsectionsJoel Sherrill2018-12-171-315/+362
|
* Converted Doxygen Best Practices Documentation to Rest format (GCI 2018)zehata2018-12-171-1/+417
|
* coding-naming: Convert TBD to Rest format (GCI 2018)Pritish Jain2018-12-171-2/+85
|
* eng/vc-users: Convert wiki page to Rest (GCI 2018)Marçal Comajoan Cara2018-12-171-2/+641
| | | | | | | | | Converted https://devel.rtems.org/wiki/Developer/Git/Users to Rest, and TBDs and wiki TODOs into comments. Also changed http links to https (the ones that are possible), corrected typos, updated learning resources links and added formattings. This work was part of GCI 2018.
* eng/vc-authors: Convert wiki page to Rest (GCI 2018)Marçal Comajoan Cara2018-12-171-2/+353
| | | | | | | | | Converted https://devel.rtems.org/wiki/Developer/Git/Committers to Rest, and TBDs and wiki TODOs into comments. Also changed http links to https (the ones that are possible), corrected some typos, created a folder for eng images and added some formatting. This work was part of GCI 2018.
* management: Convert TBD to rest Format (GCI 2018)Pritiah Jain2018-12-172-2/+154
|
* eng/conf.py: Use new short name of SW Eng HandbookMarçal Comajoan Cara2018-12-171-1/+1
|
* eng/license-requirements.rst: Add a TBD for BSD infoJoel Sherrill2018-12-171-0/+1
|
* coding-doxygen-bsp.rst, coding-file-hdr.rst: Fix formattingJoel Sherrill2018-12-172-321/+651
|
* coding-file-hdr: Convert TBD to Rest Format (GCI 2018)Pritish Jain2018-12-171-3/+33
|
* coding-doxygen-bsp: Convert TBD to rest Format(GCI 2018)Pritish Jain2018-12-171-4/+384
|
* coding-gen-patch:Convert TBD to rest Format(GCI 2018)Pritish Jain2018-12-171-2/+27
|
* eng/coding-80cols: Convert wiki page to RestMarçal Comajoan Cara2018-12-171-2/+146
| | | | | | | Converted https://devel.rtems.org/wiki/Developer/Coding/80_characters_per_line to Rest, and TBDs into comments. This work was part of GCI 2018.
* eng/appendix-a: convert to a tableMarçal Comajoan Cara2018-12-171-50/+106
| | | | | | | Convert text to a table, TBDs into comments and add missing formatting. This work was part of GCI 2018.
* eng/test-suites.rst: Update to reflect current realityJoel Sherrill2018-12-171-6/+24
|
* test-suites:Convert TBD to rest Format(GCI 2018)Pritish Jain2018-12-171-3/+32
|
* Initial start of converting the Word outline to RestJoel Sherrill2018-12-1730-0/+649
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.