mirror of
https://git.rtems.org/rtems-docs/
synced 2025-06-05 09:45:58 +08:00
posix-compliance/posix_rst.py: Use proper names of standards in headings
This commit is contained in:
parent
1f538688a7
commit
037104a702
@ -40,30 +40,30 @@ standards = [
|
||||
|
||||
standard_names = {
|
||||
'RTEMS' : 'RTEMS Complete Profile',
|
||||
'POSIX-2008' : 'POSIX-2008',
|
||||
'POSIX-2003' : 'POSIX-2003',
|
||||
'POSIX-2008' : 'POSIX-2008 (Issue 7)',
|
||||
'POSIX-2003' : 'POSIX-2003 (Issue 6)',
|
||||
'PSE51' : 'POSIX PSE51 - Minimal',
|
||||
'PSE52' : 'POSIX PSE52 - Real-Time Controller',
|
||||
'PSE53' : 'POSIX PSE53 - Dedicated',
|
||||
'PSE54' : 'POSIX PSE54 - Multipurpose',
|
||||
'C99' : 'C99 Standard Library',
|
||||
'C11' : 'C11 Standard Library',
|
||||
'FACE 2.1 Security' : 'FACE 2.1 Security',
|
||||
'FACE 2.1 Safety Base' : 'FACE 2.1 Safety Base',
|
||||
'FACE 2.1 Safety Extended': 'FACE 2.1 Safety Extended',
|
||||
'FACE 2.1 General Purpose': 'FACE 2.1 General Purpose',
|
||||
'FACE 3.0 Security' : 'FACE 3.0 Security',
|
||||
'FACE 3.0 Safety Base' : 'FACE 3.0 Safety Base',
|
||||
'FACE 3.0 Safety Extended': 'FACE 3.0 Safety Extended',
|
||||
'FACE 3.0 General Purpose': 'FACE 3.0 General Purpose',
|
||||
'FACE 3.1 Security' : 'FACE 3.1 Security',
|
||||
'FACE 3.1 Safety Base' : 'FACE 3.1 Safety Base',
|
||||
'FACE 3.1 Safety Extended': 'FACE 3.1 Safety Extended',
|
||||
'FACE 3.1 General Purpose': 'FACE 3.1 General Purpose',
|
||||
'SCA 2.2.2 AEP' : 'SCA 2.2.2 AEP',
|
||||
'SCA 4.1 Ultra Lightweight AEP' : 'SCA 4.1 Ultra Lightweight AEP',
|
||||
'SCA 4.1 Lightweight AEP' : 'SCA 4.1 Lightweight AEP',
|
||||
'SCA 4.1 [Full] AEP' : 'SCA 4.1 [Full] AEP'
|
||||
'FACE 2.1 Security' : 'FACE Technical Standard, Edition 2.1 Security',
|
||||
'FACE 2.1 Safety Base' : 'FACE Technical Standard, Edition 2.1 Safety Base',
|
||||
'FACE 2.1 Safety Extended': 'FACE Technical Standard, Edition 2.1 Safety Extended',
|
||||
'FACE 2.1 General Purpose': 'FACE Technical Standard, Edition 2.1 General Purpose',
|
||||
'FACE 3.0 Security' : 'FACE Technical Standard, Edition 3.0 Security',
|
||||
'FACE 3.0 Safety Base' : 'FACE Technical Standard, Edition 3.0 Safety Base',
|
||||
'FACE 3.0 Safety Extended': 'FACE Technical Standard, Edition 3.0 Safety Extended',
|
||||
'FACE 3.0 General Purpose': 'FACE Technical Standard, Edition 3.0 General Purpose',
|
||||
'FACE 3.1 Security' : 'FACE Technical Standard, Edition 3.1 Security',
|
||||
'FACE 3.1 Safety Base' : 'FACE Technical Standard, Edition 3.1 Safety Base',
|
||||
'FACE 3.1 Safety Extended': 'FACE Technical Standard, Edition 3.1 Safety Extended',
|
||||
'FACE 3.1 General Purpose': 'FACE Technical Standard, Edition 3.1 General Purpose',
|
||||
'SCA 2.2.2 AEP' : 'Software Communications Architecture 2.2.2 AEP',
|
||||
'SCA 4.1 Ultra Lightweight AEP' : 'Software Communications Architecture 4.1 Ultra Lightweight Appliation Environment Profile',
|
||||
'SCA 4.1 Lightweight AEP' : 'Software Communications Architecture 4.1 Lightweight Appliation Environment Profile',
|
||||
'SCA 4.1 [Full] AEP' : 'Software Communications Architecture 4.1 [Full] Appliation Environment Profile'
|
||||
}
|
||||
|
||||
col_names = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user