[llvm] r202371 - [docs] Switch to the incredibly simpler "simple table" form. It now

Sean Silva silvas at purdue.edu
Sat Mar 1 16:04:08 PST 2014


FWIW, the "List Table" can be even simpler in some scenarios (not really
here though).

http://docutils.sourceforge.net/docs/ref/rst/directives.html#list-table

-- Sean Silva


On Thu, Feb 27, 2014 at 4:41 AM, Chandler Carruth <chandlerc at gmail.com>wrote:

> Author: chandlerc
> Date: Thu Feb 27 03:41:13 2014
> New Revision: 202371
>
> URL: http://llvm.org/viewvc/llvm-project?rev=202371&view=rev
> Log:
> [docs] Switch to the incredibly simpler "simple table" form. It now
> actually looks like the table on the webpage and is entertainingly
> smaller, easier to read, and easier to edit.
>
> Modified:
>     llvm/trunk/docs/GettingStarted.rst
>
> Modified: llvm/trunk/docs/GettingStarted.rst
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.rst?rev=202371&r1=202370&r2=202371&view=diff
>
> ==============================================================================
> --- llvm/trunk/docs/GettingStarted.rst (original)
> +++ llvm/trunk/docs/GettingStarted.rst Thu Feb 27 03:41:13 2014
> @@ -115,35 +115,23 @@ Hardware
>
>  LLVM is known to work on the following host platforms:
>
> -+-----------------+----------------------+-------------------------+
> -|OS               |  Arch                | Compilers               |
> -+=================+======================+=========================+
> -|AuroraUX         | x86\ :sup:`1`        | GCC                     |
> -+-----------------+----------------------+-------------------------+
> -|Linux            | x86\ :sup:`1`        | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|Linux            | amd64                | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|Linux            | ARM\ :sup:`4`        | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|Linux            | PowerPC              | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|Solaris          | V9 (Ultrasparc)      | GCC                     |
> -+-----------------+----------------------+-------------------------+
> -|FreeBSD          | x86\ :sup:`1`        | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|FreeBSD          | amd64                | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|MacOS X\ :sup:`2`| PowerPC              | GCC                     |
> -+-----------------+----------------------+-------------------------+
> -|MacOS X          | x86                  | GCC, Clang              |
> -+-----------------+----------------------+-------------------------+
> -|Cygwin/Win32     | x86\ :sup:`1, 3`     | GCC                     |
> -+-----------------+----------------------+-------------------------+
> -|Windows          | x86\ :sup:`1`        | Visual Studio           |
> -+-----------------+----------------------+-------------------------+
> -|Windows x64      | x86-64               | Visual Studio           |
> -+-----------------+----------------------+-------------------------+
> +================== ===================== =============
> +OS                 Arch                  Compilers
> +================== ===================== =============
> +AuroraUX           x86\ :sup:`1`         GCC
> +Linux              x86\ :sup:`1`         GCC, Clang
> +Linux              amd64                 GCC, Clang
> +Linux              ARM\ :sup:`4`         GCC, Clang
> +Linux              PowerPC               GCC, Clang
> +Solaris            V9 (Ultrasparc)       GCC
> +FreeBSD            x86\ :sup:`1`         GCC, Clang
> +FreeBSD            amd64                 GCC, Clang
> +MacOS X\ :sup:`2`  PowerPC               GCC
> +MacOS X            x86                   GCC, Clang
> +Cygwin/Win32       x86\ :sup:`1, 3`      GCC
> +Windows            x86\ :sup:`1`         Visual Studio
> +Windows x64        x86-64                Visual Studio
> +================== ===================== =============
>
>  .. note::
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140301/196741c3/attachment.html>


More information about the llvm-commits mailing list