[PATCH] eng: Change title to RTEMS Software Engineering
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Mar 14 10:19:57 UTC 2019
Use a shorter title so that the PDF page header fits into one line.
---
eng/conf.py | 4 ++--
eng/index.rst | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/eng/conf.py b/eng/conf.py
index eb838fd..a8a0d71 100644
--- a/eng/conf.py
+++ b/eng/conf.py
@@ -3,12 +3,12 @@ sys.path.insert(0, os.path.abspath('../common/'))
from conf import *
-project = "RTEMS Software Engineering Handbook"
+project = "RTEMS Software Engineering"
latex_documents = [
('index',
'eng.tex',
- u'RTEMS Software Engineering Handbook',
+ u'RTEMS Software Engineering',
u'RTEMS Documentation Project',
'manual'),
]
diff --git a/eng/index.rst b/eng/index.rst
index 36fe68d..fe51e91 100644
--- a/eng/index.rst
+++ b/eng/index.rst
@@ -5,9 +5,9 @@
.. include:: ../common/unicode.rst
-================================================
-RTEMS Software Engineering Handbook (|version|)
-================================================
+======================================
+RTEMS Software Engineering (|version|)
+======================================
.. topic:: Copyrights and License
--
2.16.4
More information about the devel
mailing list