[rtems-docs commit] eng: Change title to RTEMS Software Engineering

Sebastian Huber sebh at rtems.org
Wed Mar 27 06:34:19 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    bb564b7fc30ba880b447afe4558650287adaabf3
Changeset: http://git.rtems.org/rtems-docs/commit/?id=bb564b7fc30ba880b447afe4558650287adaabf3

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Mar 14 11:16:42 2019 +0100

eng: Change title to RTEMS Software Engineering

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
 




More information about the vc mailing list