summaryrefslogtreecommitdiff
path: root/docs/vulkan
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-11-03 08:50:29 +0100
committerMarge Bot <emma+marge@anholt.net>2022-11-07 10:58:12 +0000
commite5f9a9998d53aa79924739919fef43ff66ff2f4a (patch)
tree4b52b389811698fe7a78ae8e21241858464706ae /docs/vulkan
parent6b3b6333915e8ca64c531a4decb79c0256e1e4f2 (diff)
downloadmesa-e5f9a9998d53aa79924739919fef43ff66ff2f4a.tar.gz
docs: use anonymous links when possible
Anonymous links has some benefits in that it reduces the chance of warnings when similar identifiers are used. So let's use them instead when we can. Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19492>
Diffstat (limited to 'docs/vulkan')
-rw-r--r--docs/vulkan/dispatch.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/vulkan/dispatch.rst b/docs/vulkan/dispatch.rst
index bc91a41895e..3abaab5f02b 100644
--- a/docs/vulkan/dispatch.rst
+++ b/docs/vulkan/dispatch.rst
@@ -41,7 +41,7 @@ to iterate over the table.
These tables are are generated automatically using a bit of python code that
parses the vk.xml from the `Vulkan-Docs repo
-<https://github.com/KhronosGroup/Vulkan-docs/>`_, enumerates the
+<https://github.com/KhronosGroup/Vulkan-docs/>`__, enumerates the
extensions, sorts them by instance vs. device and generates the table.
Generating it from XML means that we never have to manually maintain any of
these data structures; they get automatically updated when someone imports