Mesa (master): docs: restore accidentally dropped labels

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Jun 28 14:09:15 UTC 2020


Module: Mesa
Branch: master
Commit: 1d250bf2916df9497bec4a7d4e496dff76814bcc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d250bf2916df9497bec4a7d4e496dff76814bcc

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Sat Jun 27 09:48:48 2020 +0200

docs: restore accidentally dropped labels

These were accidentally dropped when cleaning up the TOC, making links to
them dead. Because we used plain links, sphinx didn't inform us that
these became dead. Let's restore them.

Fixes: 14f2a81b6f6 ("docs: drop open-coded toc for articles")
Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5671>

---

 docs/meson.rst             | 2 ++
 docs/submittingpatches.rst | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/docs/meson.rst b/docs/meson.rst
index acc289532c7..8166192b9ff 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -401,6 +401,8 @@ For those coming from autotools be aware of the following:
    are disabled. This is unrelated to the ``buildtype``; setting the
    latter to ``release`` will not turn off assertions.
 
+.. _cross-compilation:
+
 4. Cross-compilation and 32-bit builds
 --------------------------------------
 
diff --git a/docs/submittingpatches.rst b/docs/submittingpatches.rst
index 586131df148..8cdebb5b785 100644
--- a/docs/submittingpatches.rst
+++ b/docs/submittingpatches.rst
@@ -1,6 +1,8 @@
 Submitting Patches
 ==================
 
+.. _guidelines:
+
 Basic guidelines
 ----------------
 



More information about the mesa-commit mailing list