doc: Convert internal links to RST format
Currently links between documents are using the format:

<path/to/><filename>.rst

This was required for services like GitHub because they render each
document in isolation - linking to another document is like linking
to any other file, just provide the full path.

However, with the new approach, the .rst files are only the raw
source for the documents. Once the documents have been rendered
the output is now in another format (HTML in our case) and so,
when linking to another document, the link must point to the
rendered version and not the .rst file.

The RST spec provides a few methods for linking between content.
The parent of this patch enabled the automatic creation of anchors
for document titles - we will use these anchors as the targets for
our links. Additional anchors can be added by hand if needed, on
section and sub-section titles, for example.

An example of this new format, for a document with the title
"Firmware Design" is :ref:`Firmware Design`.

One big advantage of this is that anchors are not dependent on
paths. We can then move documents around, even between directories,
without breaking any links between documents. Links will need to be
updated only if the title of a document changes.

Change-Id: I9e2340a61dd424cbd8fd1ecc2dc166f460d81703
Signed-off-by: Paul Beesley <paul.beesley@arm.com>
1 parent 4fdad60 commit 347609510e30f5cc3f33beaad3cf085e8296b883
@Paul Beesley Paul Beesley authored on 12 Apr 2019
Showing 28 changed files
View
docs/change-log.rst
View
docs/components/arm-sip-service.rst
View
docs/components/exception-handling.rst
View
docs/components/firmware-update.rst
View
docs/components/platform-interrupt-controller-API.rst
View
docs/components/ras.rst
View
docs/components/sdei.rst
View
docs/components/xlat-tables-lib-v2-design.rst
View
docs/contents.rst 100644 → 0
View
docs/design/auth-framework.rst
View
docs/design/cpu-specific-build-macros.rst
View
docs/design/firmware-design.rst
View
docs/design/interrupt-framework-design.rst
View
docs/design/reset-design.rst
View
docs/design/trusted-board-boot.rst
View
docs/getting_started/porting-guide.rst
View
docs/getting_started/psci-lib-integration-guide.rst
View
docs/getting_started/rt-svc-writers-guide.rst
View
docs/getting_started/user-guide.rst
View
docs/index.rst
View
docs/license.rst
View
docs/plat/socionext-uniphier.rst
View
docs/process/contributing.rst
View
docs/process/faq.rst
View
docs/process/platform-compatibility-policy.rst
View
docs/process/release-information.rst
View
docs/process/security-hardening.rst
View
docs/process/security.rst