[cfe-commits] r171409 - in /cfe/trunk/docs: LanguageExtensions.rst index.rst

Sean Silva silvas at purdue.edu
Wed Jan 2 13:03:12 PST 2013


Author: silvas
Date: Wed Jan  2 15:03:11 2013
New Revision: 171409

URL: http://llvm.org/viewvc/llvm-project?rev=171409&view=rev
Log:
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.

Modified:
    cfe/trunk/docs/LanguageExtensions.rst
    cfe/trunk/docs/index.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=171409&r1=171408&r2=171409&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Wed Jan  2 15:03:11 2013
@@ -5,6 +5,13 @@
 .. contents::
    :local:
 
+.. toctree::
+   :hidden:
+
+   ObjectiveCLiterals
+   BlockLanguageSpec
+   AutomaticReferenceCounting
+
 Introduction
 ============
 

Modified: cfe/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/index.rst?rev=171409&r1=171408&r2=171409&view=diff
==============================================================================
--- cfe/trunk/docs/index.rst (original)
+++ cfe/trunk/docs/index.rst Wed Jan  2 15:03:11 2013
@@ -18,6 +18,7 @@
    :maxdepth: 1
 
    UsersManual
+   LanguageExtensions
    AddressSanitizer
    ThreadSanitizer
    MemorySanitizer
@@ -51,18 +52,6 @@
    PCHInternals
 
 
-Language Extensions and Specs
------------------------------
-
-.. toctree::
-   :maxdepth: 1
-
-   LanguageExtensions
-   ObjectiveCLiterals
-   BlockLanguageSpec
-   AutomaticReferenceCounting
-
-
 Indices and tables
 ==================
 





More information about the cfe-commits mailing list