aboutsummaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-12-04 21:16:41 +0000
committerSean Silva <silvas@purdue.edu>2012-12-04 21:16:41 +0000
commit91b9763d53d12e5bb89a395daec9e12359e7adb4 (patch)
tree4ed385ab6de8cb899d17187e83ecab3db7ff4aec /docs/userguides.rst
parent1693583fe25dd3323b6b4fcd13baaaf8559977d4 (diff)
docs: Begin Sphinxification of docs/tutorial/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169309 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index dd870552b1..81506a1685 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -21,6 +21,7 @@ User Guides
SphinxQuickstartTemplate
Phabricator
TestingGuide
+ tutorial/index
* :ref:`getting_started`
@@ -42,7 +43,7 @@ User Guides
An addendum to the main Getting Started guide for those using Visual Studio
on Windows.
-* `LLVM Tutorial <tutorial/>`_
+* :doc:`tutorial/index`
A walk through the process of using LLVM for a custom language, and the
facilities LLVM offers in tutorial form.