aboutsummaryrefslogtreecommitdiffstats
path: root/docs/meson.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-04-18 12:57:44 +0200
committerMarge Bot <eric+marge@anholt.net>2020-06-13 10:42:01 +0000
commit14f2a81b6f66e076318472a632b749e98d86f8d6 (patch)
treeedac11c6207713e625d2038b962a802a761c8bd3 /docs/meson.rst
parentd6be994ef8ed6e81dc069a5cc3c8604619cc9d56 (diff)
downloadexternal_mesa3d-14f2a81b6f66e076318472a632b749e98d86f8d6.tar.gz
external_mesa3d-14f2a81b6f66e076318472a632b749e98d86f8d6.tar.bz2
external_mesa3d-14f2a81b6f66e076318472a632b749e98d86f8d6.zip
docs: drop open-coded toc for articles
Sphinx already provides a proper table-of-contents, so we don't need to roll our own. Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
Diffstat (limited to 'docs/meson.rst')
-rw-r--r--docs/meson.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/meson.rst b/docs/meson.rst
index 2f9187dcaf8..4c894709e5d 100644
--- a/docs/meson.rst
+++ b/docs/meson.rst
@@ -1,13 +1,6 @@
Compilation and Installation Using Meson
========================================
-- `Introduction <#intro>`__
-- `Basic Usage <#basic>`__
-- `Advanced Usage <#advanced>`__
-- `Cross-compilation and 32-bit builds <#cross-compilation>`__
-
-.. _intro:
-
1. Introduction
---------------
@@ -74,8 +67,6 @@ Then install meson using pip
You may need to add the python3 scripts directory to your path for
meson.
-.. _basic:
-
2. Basic Usage
--------------
@@ -173,8 +164,6 @@ visual studio integration or you just like msbuild, passing
want to use ICL or clang-cl with the vsbackend you will need meson
0.52.0 or greater. Older versions always use the microsoft compiler.
-.. _advanced:
-
3. Advanced Usage
-----------------
@@ -415,8 +404,6 @@ 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
--------------------------------------