aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2013-01-11 02:28:08 +0000
committerSean Silva <silvas@purdue.edu>2013-01-11 02:28:08 +0000
commita7aec400a7014edba1eeb53c582d3ab47178fe8d (patch)
tree5b250667fe0ee76d1c3e1e4a11a4d8ec27b5c2f7 /docs/index.rst
parent52b23731d6e44a885922fd37cb7d2809e03c5303 (diff)
downloadexternal_llvm-a7aec400a7014edba1eeb53c582d3ab47178fe8d.zip
external_llvm-a7aec400a7014edba1eeb53c582d3ab47178fe8d.tar.gz
external_llvm-a7aec400a7014edba1eeb53c582d3ab47178fe8d.tar.bz2
docs: Fix long standing linking antipattern.
Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst14
1 files changed, 6 insertions, 8 deletions
diff --git a/docs/index.rst b/docs/index.rst
index d406b52..6aefc86 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,5 +1,3 @@
-.. _contents:
-
Overview
========
@@ -18,7 +16,7 @@ targeted at different audiences:
* **Design & Overview**
Several introductory papers and presentations are available at
- :ref:`design_and_overview`.
+ :doc:`design_and_overview`.
* **Publications**
@@ -26,7 +24,7 @@ targeted at different audiences:
* **User Guides**
- Those new to the LLVM system should first visit the :ref:`userguides`.
+ Those new to the LLVM system should first visit the :doc:`userguides`.
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
@@ -37,21 +35,21 @@ targeted at different audiences:
* **API Clients**
Developers of applications which use LLVM as a library should visit the
- :ref:`programming`.
+ :doc:`programming`.
* **Subsystems**
API clients and LLVM developers may be interested in the
- :ref:`subsystems` documentation.
+ :doc:`subsystems` documentation.
* **Development Process**
Additional documentation on the LLVM project can be found at
- :ref:`development_process`.
+ :doc:`development_process`.
* **Mailing Lists**
- For more information, consider consulting the LLVM :ref:`mailing_lists`.
+ For more information, consider consulting the LLVM :doc:`mailing_lists`.
.. toctree::
:maxdepth: 2