summaryrefslogtreecommitdiffstats
path: root/eng (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-24eng: Add bibliographySebastian Huber2-0/+7
2019-04-05eng: Rework Doxygen guidelinesSebastian Huber1-441/+235
Update #3704.
2019-04-04bsp-howto: Move BSP Doxygen recommendationsSebastian Huber2-718/+0
Update #3704.
2019-03-27eng: Add software test framework chapterSebastian Huber2-0/+2255
Update #3199.
2019-03-27eng: Change title to RTEMS Software EngineeringSebastian Huber2-5/+5
Use a shorter title so that the PDF page header fits into one line.
2019-03-13eng: ReformatSebastian Huber1-14/+14
2019-02-28Add unicode support for commonly used characters like copyright.Chris Johns1-1/+3
- This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
2019-02-15Use pathto() on the genindex URL to make it relative.Chris Johns1-2/+0
2019-02-13waf: Remove as many sys path hacks as we can.Chris Johns1-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.
2019-02-08build: Prepend project common pathSebastian Huber2-2/+2
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2019-01-14Reformat and update copyright and license noticesSebastian Huber1-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.
2019-01-11Simplify SPDX-License-Identifier commentSebastian Huber28-28/+28
2019-01-11Use standard format for copyright linesSebastian Huber28-35/+31
2019-01-09Add common header.rst to reduce copy and pasteSebastian Huber1-23/+1
2018-12-20Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill7-18/+18
2018-12-20eng: Unicode char (U+200B)Sebastian Huber1-3/+3
2018-12-17eng/coding-conventions.rst: Convert TBD to Rest Format (GCI 2018)Pritish Jain1-2/+244
2018-12-17eng/coding-doxygen: Fix errorsMarçal Comajoan Cara1-352/+360
This work was part of GCI 2018.
2018-12-17eng/coding-file-hdr.rst: Fix file formatting (GCI 2018)Sal1-23/+25
2018-12-17eng/coding-doxygen.rst: Clean up and make subsubsectionsJoel Sherrill1-315/+362
2018-12-17Converted Doxygen Best Practices Documentation to Rest format (GCI 2018)zehata1-1/+417
2018-12-17coding-naming: Convert TBD to Rest format (GCI 2018)Pritish Jain1-2/+85
2018-12-17eng/vc-users: Convert wiki page to Rest (GCI 2018)Marçal Comajoan Cara1-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.
2018-12-17eng/vc-authors: Convert wiki page to Rest (GCI 2018)Marçal Comajoan Cara1-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.
2018-12-17management: Convert TBD to rest Format (GCI 2018)Pritiah Jain2-2/+154
2018-12-17eng/conf.py: Use new short name of SW Eng HandbookMarçal Comajoan Cara1-1/+1
2018-12-17eng/license-requirements.rst: Add a TBD for BSD infoJoel Sherrill1-0/+1
2018-12-17coding-doxygen-bsp.rst, coding-file-hdr.rst: Fix formattingJoel Sherrill2-321/+651
2018-12-17coding-file-hdr: Convert TBD to Rest Format (GCI 2018)Pritish Jain1-3/+33
2018-12-17coding-doxygen-bsp: Convert TBD to rest Format(GCI 2018)Pritish Jain1-4/+384
2018-12-17coding-gen-patch:Convert TBD to rest Format(GCI 2018)Pritish Jain1-2/+27
2018-12-17eng/coding-80cols: Convert wiki page to RestMarçal Comajoan Cara1-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.
2018-12-17eng/appendix-a: convert to a tableMarçal Comajoan Cara1-50/+106
Convert text to a table, TBDs into comments and add missing formatting. This work was part of GCI 2018.
2018-12-17eng/test-suites.rst: Update to reflect current realityJoel Sherrill1-6/+24
2018-12-17test-suites:Convert TBD to rest Format(GCI 2018)Pritish Jain1-3/+32
2018-12-17Initial start of converting the Word outline to RestJoel Sherrill30-0/+649
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.