From b7538c5140c08d737d4670f26dd266cd2ab2913a 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. llvm-svn: 374128 --- llvm/docs/Contributing.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/docs/Contributing.rst b/llvm/docs/Contributing.rst index 1f7951d..67adc45 100644 --- a/llvm/docs/Contributing.rst +++ b/llvm/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 -- 2.7.4