aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components
diff options
context:
space:
mode:
authorPaul Beesley <paul.beesley@arm.com>2019-03-07 17:03:22 +0000
committerPaul Beesley <paul.beesley@arm.com>2019-05-22 11:23:06 +0100
commit57354abb2032b4598ce513d5d1ca788fe3bcf356 (patch)
tree3b03ea51900ff6289c8ee70552c3c15ad296e7bf /docs/components
parent1ef35512cff8268d518fb15eace03f03f5fb6d6b (diff)
downloadplatform_external_arm-trusted-firmware-57354abb2032b4598ce513d5d1ca788fe3bcf356.tar.gz
platform_external_arm-trusted-firmware-57354abb2032b4598ce513d5d1ca788fe3bcf356.tar.bz2
platform_external_arm-trusted-firmware-57354abb2032b4598ce513d5d1ca788fe3bcf356.zip
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 <paul.beesley@arm.com>
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/exception-handling.rst3
-rw-r--r--docs/components/firmware-update.rst4
-rw-r--r--docs/components/platform-interrupt-controller-API.rst2
-rw-r--r--docs/components/ras.rst3
-rw-r--r--docs/components/romlib-design.rst2
-rw-r--r--docs/components/sdei.rst3
-rw-r--r--docs/components/secure-partition-manager-design.rst2
-rw-r--r--docs/components/xlat-tables-lib-v2-design.rst3
8 files changed, 0 insertions, 22 deletions
diff --git a/docs/components/exception-handling.rst b/docs/components/exception-handling.rst
index b370c02fd..2452e06a5 100644
--- a/docs/components/exception-handling.rst
+++ b/docs/components/exception-handling.rst
@@ -1,9 +1,6 @@
Exception Handling Framework
============================
-.. contents::
- :depth: 2
-
.. |EHF| replace:: Exception Handling Framework
.. |TF-A| replace:: Trusted Firmware-A
diff --git a/docs/components/firmware-update.rst b/docs/components/firmware-update.rst
index 8124097a9..608803d57 100644
--- a/docs/components/firmware-update.rst
+++ b/docs/components/firmware-update.rst
@@ -1,10 +1,6 @@
Firmware Update (FWU)
=====================
-.. contents::
-
---------------
-
Introduction
------------
diff --git a/docs/components/platform-interrupt-controller-API.rst b/docs/components/platform-interrupt-controller-API.rst
index 5c2293f09..7890cd38f 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`__.
diff --git a/docs/components/ras.rst b/docs/components/ras.rst
index 4c16009c4..9d56e63a5 100644
--- a/docs/components/ras.rst
+++ b/docs/components/ras.rst
@@ -1,9 +1,6 @@
Reliability, Availability, and Serviceability (RAS) Extensions
==============================================================
-.. contents::
- :depth: 2
-
.. |EHF| replace:: Exception Handling Framework
.. |TF-A| replace:: Trusted Firmware-A
diff --git a/docs/components/romlib-design.rst b/docs/components/romlib-design.rst
index 00dbf67c8..9f62b7c45 100644
--- a/docs/components/romlib-design.rst
+++ b/docs/components/romlib-design.rst
@@ -1,8 +1,6 @@
Library at ROM
==============
-.. contents::
-
This document provides an overview of the "library at ROM" implementation in
Trusted Firmware-A (TF-A).
diff --git a/docs/components/sdei.rst b/docs/components/sdei.rst
index aca1ccb06..8c0878976 100644
--- a/docs/components/sdei.rst
+++ b/docs/components/sdei.rst
@@ -1,9 +1,6 @@
SDEI: Software Delegated Exception Interface
============================================
-.. contents::
- :depth: 2
-
This document provides an overview of the SDEI dispatcher implementation in
Trusted Firmware-A (TF-A).
diff --git a/docs/components/secure-partition-manager-design.rst b/docs/components/secure-partition-manager-design.rst
index 91a135b98..31276cd76 100644
--- a/docs/components/secure-partition-manager-design.rst
+++ b/docs/components/secure-partition-manager-design.rst
@@ -1,8 +1,6 @@
Secure Partition Manager
************************
-.. contents::
-
Background
==========
diff --git a/docs/components/xlat-tables-lib-v2-design.rst b/docs/components/xlat-tables-lib-v2-design.rst
index 26e4f2b9b..a78d35116 100644
--- a/docs/components/xlat-tables-lib-v2-design.rst
+++ b/docs/components/xlat-tables-lib-v2-design.rst
@@ -1,9 +1,6 @@
Translation (XLAT) Tables Library
=================================
-.. contents::
-
-
This document describes the design of the translation tables library (version 2)
used by Trusted Firmware-A (TF-A). This library provides APIs to create page
tables based on a description of the memory layout, as well as setting up system