summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-02 21:03:11 +0000
committerSean Silva <silvas@purdue.edu>2013-01-02 21:03:11 +0000
commita0c392d0ad5da5ecb52d5aa8bac770b76e23986e (patch)
tree768734d461099fb5f43d911aa19ed99ab6a1ee25 /docs/index.rst
parent6fad57501897a98bb36469ee9d9120af4c01b6e6 (diff)
docs: Reorganize landing page.
Language extensions are highly relevant to using clang as a compiler, so move LanguageExtensions up into `Using Clang as a Compiler` on the landing page. The other documents from the now-gone `Language Extensions and Specs` section on the landing page nicely fit hierarchically under LanguageExtensions.rst, so put them under LanguageExtensions.rst's toctree instead of on the landing page. Impetus from Jordan Rose. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171409 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst13
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c11ac1379a..6436beeeb0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -18,6 +18,7 @@ Using Clang as a Compiler
:maxdepth: 1
UsersManual
+ LanguageExtensions
AddressSanitizer
ThreadSanitizer
MemorySanitizer
@@ -51,18 +52,6 @@ Design Documents
PCHInternals
-Language Extensions and Specs
------------------------------
-
-.. toctree::
- :maxdepth: 1
-
- LanguageExtensions
- ObjectiveCLiterals
- BlockLanguageSpec
- AutomaticReferenceCounting
-
-
Indices and tables
==================