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/install.rst | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'docs/install.rst') diff --git a/docs/install.rst b/docs/install.rst index 3aa7954fe90..36d229ff419 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -7,19 +7,6 @@ Compiling and Installing meson -#. `Prerequisites for building <#prereq-general>`__ - - - `General prerequisites <#prereq-general>`__ - - `For DRI and hardware acceleration <#prereq-dri>`__ - -#. `Building with meson <#meson>`__ -#. `Building with SCons (Windows/Linux) <#scons>`__ -#. `Building with AOSP (Android) <#android>`__ -#. `Library Information <#libs>`__ -#. `Building OpenGL programs with pkg-config <#pkg-config>`__ - -.. _prereq-general: - 1. Prerequisites for building ----------------------------- @@ -73,8 +60,6 @@ Third party/extra tools. Some versions can be buggy (eg. flex 2.6.2) so do try others if things fail. -.. _prereq-dri: - 1.2 Requirements ~~~~~~~~~~~~~~~~ @@ -93,8 +78,6 @@ on the packaging tool used by your distro. apt-get build-dep mesa # Debian and derivatives ... # others -.. _meson: - 2. Building with meson ---------------------- @@ -122,8 +105,6 @@ On windows you can also use the visual studio backend Please read the `detailed meson instructions `__ for more information -.. _scons: - 3. Building with SCons (Windows/Linux) -------------------------------------- @@ -154,8 +135,6 @@ This will create: Put them all in the same directory to test them. Additional information is available in `README.WIN32 `__. -.. _android: - 4. Building with AOSP (Android) ------------------------------- @@ -169,8 +148,6 @@ the libGLES_mesa library. FINISHME: Improve on the instructions add references to Rob H repos/Jenkins, Android-x86 and/or other resources. -.. _libs: - 5. Library Information ---------------------- @@ -202,8 +179,6 @@ If you built the DRI hardware drivers, you'll also see the DRI drivers: If you built with Gallium support, look in lib/gallium/ for Gallium-based versions of libGL and device drivers. -.. _pkg-config: - 6. Building OpenGL programs with pkg-config ------------------------------------------- -- cgit v1.2.3