Initial start of converting the Word outline to Rest

Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for
the analysis and ideas that led to this.
This commit is contained in:
Joel Sherrill
2018-11-21 10:39:04 -06:00
parent f29d91d0f3
commit 1ae5e889fb
31 changed files with 650 additions and 0 deletions

14
eng/conf.py Normal file
View File

@@ -0,0 +1,14 @@
import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS Software Engineering Handbook"
latex_documents = [
('index',
'software-engineering-handbook.tex',
u'RTEMS Software Engineering Handbook',
u'RTEMS Documentation Project',
'manual'),
]