From 8aa050554b996406231a66a048b56fa03ba220c8 Mon Sep 17 00:00:00 2001 From: Paul Beesley Date: Thu, 7 Mar 2019 15:47:15 +0000 Subject: 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 --- docs/components/platform-interrupt-controller-API.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/components/platform-interrupt-controller-API.rst') diff --git a/docs/components/platform-interrupt-controller-API.rst b/docs/components/platform-interrupt-controller-API.rst index 42d92be2..5c2293f0 100644 --- a/docs/components/platform-interrupt-controller-API.rst +++ b/docs/components/platform-interrupt-controller-API.rst @@ -1,7 +1,5 @@ -Platform Interrupt Controller API documentation -=============================================== - - +Platform Interrupt Controller API +================================= .. contents:: -- cgit v1.2.3 From 57354abb2032b4598ce513d5d1ca788fe3bcf356 Mon Sep 17 00:00:00 2001 From: Paul Beesley Date: Thu, 7 Mar 2019 17:03:22 +0000 Subject: doc: Remove per-page contents lists These are no longer needed as there will always be a table of contents rendered to the left of every page. Some of these lists can be quite long and, when opening a page, the reader sees nothing but a huge list of contents! After this patch, the document contents are front-and-centre and the contents are nicely rendered in the sidebar without duplication. Change-Id: I444754d548ec91d00f2b04e861de8dde8856aa62 Signed-off-by: Paul Beesley --- docs/components/platform-interrupt-controller-API.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/components/platform-interrupt-controller-API.rst') diff --git a/docs/components/platform-interrupt-controller-API.rst b/docs/components/platform-interrupt-controller-API.rst index 5c2293f0..7890cd38 100644 --- a/docs/components/platform-interrupt-controller-API.rst +++ b/docs/components/platform-interrupt-controller-API.rst @@ -1,8 +1,6 @@ Platform Interrupt Controller API ================================= -.. contents:: - This document lists the optional platform interrupt controller API that abstracts the runtime configuration and control of interrupt controller from the generic code. The mandatory APIs are described in the `porting guide`__. -- cgit v1.2.3