Changeset e9c2b7a in rtems-docs
- Timestamp:
- 03/16/16 23:30:29 (7 years ago)
- Branches:
- 4.11, 5, am, master
- Children:
- ad42291
- Parents:
- 1a5e1d7
- git-author:
- Chris Johns <chrisj@…> (03/16/16 23:30:29)
- git-committer:
- Amar Takhar <verm@…> (05/03/16 00:51:26)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
c_user/conf.py
r1a5e1d7 re9c2b7a 4 4 from conf import * 5 5 6 version = '1.0' 7 release = '5.0' 6 version = '4.11.0' 7 release = '4.11.0' 8 9 project = "RTEMS C User Manual" 8 10 9 11 latex_documents = [ 10 12 ('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'), 11 13 ] 12 -
posix_users/conf.py
r1a5e1d7 re9c2b7a 4 4 from conf import * 5 5 6 version = ' 1.0'6 version = '4.11.0' 7 7 release = '4.11.0' 8 9 project = "RTEMS POSIX User Manual" 8 10 9 11 latex_documents = [ -
shell/conf.py
r1a5e1d7 re9c2b7a 4 4 from conf import * 5 5 6 version = '1.0' 7 release = '5.0' 6 version = '4.11.0' 7 release = '4.11.0' 8 9 project = "RTEMS Shell Manual" 8 10 9 11 latex_documents = [ 10 12 ('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'), 11 13 ] 12
Note: See TracChangeset
for help on using the changeset viewer.