From b828cfeab61c3a09a544c472f5a05f46415fd15a Mon Sep 17 00:00:00 2001 From: DeForest Richards Date: Tue, 8 Oct 2019 22:45:20 +0000 Subject: [PATCH] [Docs] Fixes broken sphinx build - undefined label Removes label ref pointing to non-existent subsystem docs page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374128 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Contributing.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/Contributing.rst b/docs/Contributing.rst index 1f7951dbc6e..67adc45e1dc 100644 --- a/docs/Contributing.rst +++ b/docs/Contributing.rst @@ -101,9 +101,6 @@ of LLVM's high-level design, as well as its internals: Introduction to the general layout of the LLVM sourcebase, important classes and APIs, and some tips & tricks. -:ref:`index-subsystem-docs` - A collection of pages documenting various subsystems of LLVM. - `LLVM for Grad Students`__ This is an introduction to the LLVM infrastructure by Adrian Sampson. While it has been written for grad students, it provides a good, compact overview of