[llvm-branch-commits] [llvm-branch] r325786 - docs: remove in-progress warnings

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 22 06:38:34 PST 2018


Author: hans
Date: Thu Feb 22 06:38:34 2018
New Revision: 325786

URL: http://llvm.org/viewvc/llvm-project?rev=325786&view=rev
Log:
docs: remove in-progress warnings

Modified:
    llvm/branches/release_60/docs/ReleaseNotes.rst
    llvm/branches/release_60/docs/index.rst

Modified: llvm/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_60/docs/ReleaseNotes.rst?rev=325786&r1=325785&r2=325786&view=diff
==============================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_60/docs/ReleaseNotes.rst Thu Feb 22 06:38:34 2018
@@ -5,12 +5,6 @@ LLVM 6.0.0 Release Notes
 .. contents::
     :local:
 
-.. warning::
-   These are in-progress notes for the upcoming LLVM 6 release.
-   Release notes for previous releases can be found on
-   `the Download Page <http://releases.llvm.org/download.html>`_.
-
-
 Introduction
 ============
 
@@ -26,11 +20,6 @@ have questions or comments, the `LLVM De
 <http://lists.llvm.org/mailman/listinfo/llvm-dev>`_ is a good place to send
 them.
 
-Note that if you are reading this file from a Subversion checkout or the main
-LLVM web page, this document applies to the *next* release, not the current
-one.  To see the release notes for a specific release, please see the `releases
-page <http://llvm.org/releases/>`_.
-
 Non-comprehensive list of changes in this release
 =================================================
 .. NOTE

Modified: llvm/branches/release_60/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_60/docs/index.rst?rev=325786&r1=325785&r2=325786&view=diff
==============================================================================
--- llvm/branches/release_60/docs/index.rst (original)
+++ llvm/branches/release_60/docs/index.rst Thu Feb 22 06:38:34 2018
@@ -1,11 +1,6 @@
 Overview
 ========
 
-.. warning::
-
-   If you are using a released version of LLVM, see `the download page
-   <http://llvm.org/releases/>`_ to find your documentation.
-
 The LLVM compiler infrastructure supports a wide range of projects, from
 industrial strength compilers to specialized JIT applications to small
 research projects.




More information about the llvm-branch-commits mailing list