From: DeForest Richards Date: Fri, 13 Sep 2019 20:05:57 +0000 (+0000) Subject: [Docs] Bug fix for reference to nonexistent document X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32baccf419bd7368df9ca04401ae7147a7cc28f9;p=llvm [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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371889 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index 944ca8bdfdb..6b0d803a86a 100644 --- a/docs/index.rst +++ b/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.