From: Sean Silva Date: Wed, 2 Jan 2013 12:39:50 +0000 (+0000) Subject: docs: Decrease toctree depth on landing page. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=112f778c34eb0f9def766d94f6e25decd4d31b06;p=clang docs: Decrease toctree depth on landing page. Having the table of contents there was making it hard to easily see at a glance all the docs we have. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171376 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.rst b/docs/index.rst index 0779bbaf18..9e6a0f1bc4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,7 +7,7 @@ Welcome to Clang's documentation! ================================= .. toctree:: - :maxdepth: 2 + :maxdepth: 1 LanguageExtensions LibASTMatchers