From: Erik Faye-Lund Date: Sat, 27 Jun 2020 07:48:48 +0000 (+0200) Subject: docs: restore accidentally dropped labels X-Git-Tag: upstream/21.0.0~8182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d250bf2916df9497bec4a7d4e496dff76814bcc;p=platform%2Fupstream%2Fmesa.git 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 Part-of: --- diff --git a/docs/meson.rst b/docs/meson.rst index acc2895..8166192 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 586131d..8cdebb5 100644 --- a/docs/submittingpatches.rst +++ b/docs/submittingpatches.rst @@ -1,6 +1,8 @@ Submitting Patches ================== +.. _guidelines: + Basic guidelines ----------------