summaryrefslogtreecommitdiff
path: root/docs/HowToReleaseLLVM.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-03-02 00:21:42 +0000
committerSean Silva <silvas@purdue.edu>2014-03-02 00:21:42 +0000
commitaede1c9884a9c8846a48d299f1e913c8d78b980c (patch)
treecb942d312e28f8801d1533373f72b658c4eeca8b /docs/HowToReleaseLLVM.rst
parent628886b1d21955954098188c9a2e25e61d175799 (diff)
downloadllvm-aede1c9884a9c8846a48d299f1e913c8d78b980c.tar.gz
llvm-aede1c9884a9c8846a48d299f1e913c8d78b980c.tar.bz2
llvm-aede1c9884a9c8846a48d299f1e913c8d78b980c.tar.xz
[docs] Fix some Sphinx warnings.
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
Diffstat (limited to 'docs/HowToReleaseLLVM.rst')
-rw-r--r--docs/HowToReleaseLLVM.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/HowToReleaseLLVM.rst b/docs/HowToReleaseLLVM.rst
index f86c0ae613..61aa9e869f 100644
--- a/docs/HowToReleaseLLVM.rst
+++ b/docs/HowToReleaseLLVM.rst
@@ -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
-------------------