diff options
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | 2019-05-21 13:42:17 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-05-21 13:42:17 +0000 |
commit | 12b67439e93a78a4b756e987e1bd1b6e22cc4bf8 (patch) | |
tree | c40295b0f825e50b93c5b9984d3a1a9988d3ab7f /docs/index.rst | |
parent | 62a72942d1b8a12ee624dbac4141c707190062a7 (diff) | |
parent | 653279b015080969eaf4ac85b1e3a31965666550 (diff) | |
download | platform_external_arm-trusted-firmware-12b67439e93a78a4b756e987e1bd1b6e22cc4bf8.tar.gz platform_external_arm-trusted-firmware-12b67439e93a78a4b756e987e1bd1b6e22cc4bf8.tar.bz2 platform_external_arm-trusted-firmware-12b67439e93a78a4b756e987e1bd1b6e22cc4bf8.zip |
Merge "doc: Add minimal Sphinx support" into integration
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 000000000..a6c1ca92c --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,47 @@ +Arm Trusted Firmware-A Documentation Index +========================================== + +.. toctree:: + :maxdepth: 1 + :caption: Design Documents + + arm-sip-service + auth-framework + + .. toctree:: + :maxdepth: 1 + :caption: Release Notes + change-log + + .. toctree:: + :maxdepth: 1 + :caption: Guides + + .. toctree:: + :maxdepth: 1 + :caption: Policies + cpu-specific-build-macros + exception-handling + firmware-design + firmware-update + interrupt-framework-design + platform-compatibility-policy + platform-interrupt-controller-API + porting-guide + psci-lib-integration-guide + psci-pd-tree + ras + reset-design + rt-svc-writers-guide + sdei + secure-partition-manager-design + trusted-board-boot + user-guide + xlat-tables-lib-v2-design + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` |