diff options
author | Paul Beesley <paul.beesley@arm.com> | 2019-03-07 15:47:15 +0000 |
---|---|---|
committer | Paul Beesley <paul.beesley@arm.com> | 2019-05-22 11:20:39 +0100 |
commit | 8aa050554b996406231a66a048b56fa03ba220c8 (patch) | |
tree | 931b10a25ab55a5fd3ac9dfdc39ce1170cc7bd66 /docs/getting_started | |
parent | b27c7d6f0507c89189a22f695e743a0ec4ff3357 (diff) |
doc: Reword document titles
This patch attempts to standardise the document titles as well as
adding titles to documents that were missing one. The aim is to
remove needless references to "TF-A" or "Trusted Firmware" in the
title of every document and to make sure that the title matches
with the document content.
Change-Id: I9b93ccf43b5d57e8dc793a5311b8ed7c4dd245cc
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/porting-guide.rst | 6 | ||||
-rw-r--r-- | docs/getting_started/rt-svc-writers-guide.rst | 2 | ||||
-rw-r--r-- | docs/getting_started/user-guide.rst | 7 |
3 files changed, 5 insertions, 10 deletions
diff --git a/docs/getting_started/porting-guide.rst b/docs/getting_started/porting-guide.rst index cad8b5c9..f0728433 100644 --- a/docs/getting_started/porting-guide.rst +++ b/docs/getting_started/porting-guide.rst @@ -1,7 +1,5 @@ -Trusted Firmware-A Porting Guide -================================ - - +Porting Guide +============= .. contents:: diff --git a/docs/getting_started/rt-svc-writers-guide.rst b/docs/getting_started/rt-svc-writers-guide.rst index f4d786cd..35948b54 100644 --- a/docs/getting_started/rt-svc-writers-guide.rst +++ b/docs/getting_started/rt-svc-writers-guide.rst @@ -1,4 +1,4 @@ -Trusted Firmware-A EL3 runtime service writer's guide +EL3 Runtime Service Writer's Guide ===================================================== diff --git a/docs/getting_started/user-guide.rst b/docs/getting_started/user-guide.rst index 3cc5f3cc..894313a7 100644 --- a/docs/getting_started/user-guide.rst +++ b/docs/getting_started/user-guide.rst @@ -1,8 +1,5 @@ -Trusted Firmware-A User Guide -============================= - - - +User Guide +========== .. contents:: |