From 14f2a81b6f66e076318472a632b749e98d86f8d6 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Sat, 18 Apr 2020 12:57:44 +0200 Subject: 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 Part-of: --- docs/meson.rst | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'docs/meson.rst') 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 -------------------------------------- -- cgit v1.2.3