docs: dedent list on index.rst

In reStructuredText, indented blocks denote block quotes [1]. This list
is not a block quote.

[1]. http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#block-quotes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Sean Silva 2012-09-28 21:18:37 +00:00
parent 93ba059e48
commit 74a19f0729

View File

@ -15,43 +15,43 @@ research projects.
Similarly, documentation is broken down into several high-level groupings Similarly, documentation is broken down into several high-level groupings
targeted at different audiences: targeted at different audiences:
* **Design & Overview** * **Design & Overview**
Several introductory papers and presentations are available at Several introductory papers and presentations are available at
:ref:`design_and_overview`. :ref:`design_and_overview`.
* **Publications** * **Publications**
The list of `publications <http://llvm.org/pubs>`_ based on LLVM. The list of `publications <http://llvm.org/pubs>`_ based on LLVM.
* **User Guides** * **User Guides**
Those new to the LLVM system should first vist the :ref:`userguides`. Those new to the LLVM system should first vist the :ref:`userguides`.
NOTE: If you are a user who is only interested in using LLVM-based NOTE: If you are a user who is only interested in using LLVM-based
compilers, you should look into `Clang <http://clang.llvm.org>`_ or compilers, you should look into `Clang <http://clang.llvm.org>`_ or
`DragonEgg <http://dragonegg.llvm.org>`_ instead. The documentation here is `DragonEgg <http://dragonegg.llvm.org>`_ instead. The documentation here is
intended for users who have a need to work with the intermediate LLVM intended for users who have a need to work with the intermediate LLVM
representation. representation.
* **API Clients** * **API Clients**
Developers of applications which use LLVM as a library should visit the Developers of applications which use LLVM as a library should visit the
:ref:`programming`. :ref:`programming`.
* **Subsystems** * **Subsystems**
API clients and LLVM developers may be interested in the API clients and LLVM developers may be interested in the
:ref:`subsystems` documentation. :ref:`subsystems` documentation.
* **Development Process** * **Development Process**
Additional documentation on the LLVM project can be found at Additional documentation on the LLVM project can be found at
:ref:`development_process`. :ref:`development_process`.
* **Mailing Lists** * **Mailing Lists**
For more information, consider consulting the LLVM :ref:`mailing_lists`. For more information, consider consulting the LLVM :ref:`mailing_lists`.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2