summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 12:39:50 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 12:39:50 +0000
commit112f778c34eb0f9def766d94f6e25decd4d31b06 (patch)
tree52e8c095d9d7d58ddc621124457c93e6621a4ec5 /docs/index.rst
parentf267ff7fef8889a259ff28b50ad4450dbb2a6c72 (diff)
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
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 1 insertions, 1 deletions
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