From c6ffefd2d1a95b7312741fbd3a9972e5f918173b Mon Sep 17 00:00:00 2001 From: DeForest Richards Date: Fri, 13 Sep 2019 20:05:57 +0000 Subject: [PATCH] [Docs] Bug fix for reference to nonexistent document This commit fixes a bug in which the toctree contained a reference to a non-existent document. llvm-svn: 371889 --- llvm/docs/index.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 944ca8b..6b0d803 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -58,9 +58,11 @@ Getting Started, How-tos, Developer Guides, and Tutorials. .. toctree:: :hidden: - Programming Documentation - Subsystem Documentation - User Guides + UserGuides + ProgrammingDocumentation + SubsystemDocumentation + ReferenceDocumentation + :doc:`UserGuides` For those new to the LLVM system. -- 2.7.4