[docs] Fix some Sphinx warnings.
authorSean Silva <silvas@purdue.edu>
Sun, 2 Mar 2014 00:21:42 +0000 (00:21 +0000)
committerSean Silva <silvas@purdue.edu>
Sun, 2 Mar 2014 00:21:42 +0000 (00:21 +0000)
The docs now build cleanly. Yay!

The following warnings were fixed:

/home/sean/pg/llvm/llvm/docs/HowToReleaseLLVM.rst:364: WARNING: Enumerated list ends without a blank line; unexpected unindent.
/home/sean/pg/llvm/llvm/docs/InAlloca.rst:: WARNING: document isn't included in any toctree

/home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.

Supported C++11 Language and Library Features
-------------------------------------------
/home/sean/pg/llvm/llvm/docs/CodingStandards.rst:85: WARNING: Title underline too short.

Supported C++11 Language and Library Features
-------------------------------------------
/home/sean/pg/llvm/llvm/docs/GettingStarted.rst:185: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/sean/pg/llvm/llvm/docs/GettingStarted.rst:565: WARNING: Explicit markup ends without a blank line; unexpected unindent.
/home/sean/pg/llvm/llvm/docs/GettingStarted.rst:567: WARNING: Block quote ends without a blank line; unexpected unindent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202603 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.rst
docs/GettingStarted.rst
docs/HowToReleaseLLVM.rst
docs/index.rst

index fdcc32eff2551b93c7d4e425a3ef8ddf71d5650a..431c9a974881d7f081b4949cdc035bce5a22c580 100644 (file)
@@ -82,7 +82,7 @@ avoided. Also, there is much more detailed information on these subjects in the
   http://llvm.org/docs/ProgrammersManual.html
 
 Supported C++11 Language and Library Features
--------------------------------------------
+---------------------------------------------
 
 While LLVM, Clang, and LLD use C++11, not all features are available in all of
 the toolchains which we support. The set of features supported for use in LLVM
index fc70164b7b420879716a6239a5cfb48600ad8718..52924a2be3b2675be6e3bcecb2dfff6dee9dac26 100644 (file)
@@ -182,7 +182,7 @@ Package                                                     Version      Notes
    #. If you want to make changes to the configure scripts, you will need GNU
       autoconf (2.60), and consequently, GNU M4 (version 1.4 or higher). You
       will also need automake (1.9.6). We only use aclocal from that package.
-#.Optional, adds compression / uncompression capabilities to selected LLVM
+   #. Optional, adds compression / uncompression capabilities to selected LLVM
       tools.
 
 Additionally, your compilation host is expected to have the usual plethora of
@@ -561,8 +561,9 @@ Then, your .git/config should have [imap] sections.
         pass = himitsu!
         port = 993
         sslverify = false
-  ;
-in English folder = "[Gmail]/Drafts"; example for Japanese, "Modified UTF-7" encoded.
+  ; in English
+        folder = "[Gmail]/Drafts"
+  ; example for Japanese, "Modified UTF-7" encoded.
         folder = "[Gmail]/&Tgtm+DBN-"
   ; example for Traditional Chinese
         folder = "[Gmail]/&g0l6Pw-"
index f86c0ae61355ced95517c4030a1427584b0d6f7c..61aa9e869f27310696f088d90f4fd2700da50664 100644 (file)
@@ -361,6 +361,7 @@ Below are the rules regarding patching the release branch:
 
 #. For dot releases all patches must mantain both API and ABI compatibility with
    the previous major release.  Only bugfixes will be accepted.
+
 Release Final Tasks
 -------------------
 
index d040632dc6912a951ccbce83c4eb96e4c9b9d233..f288fdd119bf10efe87f60d0f872d7389f684d23 100644 (file)
@@ -235,6 +235,7 @@ For API clients and LLVM developers.
    HowToUseAttributes
    NVPTXUsage
    StackMaps
+   InAlloca
 
 :doc:`WritingAnLLVMPass`
    Information on how to write LLVM transformations and analyses.