summaryrefslogtreecommitdiff
path: root/docs/userguides.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2012-10-12 00:53:48 +0000
committerSean Silva <silvas@purdue.edu>2012-10-12 00:53:48 +0000
commit5d499c2de415dabf2c5d4f72d1a62e060e601583 (patch)
tree91a0e4c38ccb8c874ed2d6729666095dd9a3f5d2 /docs/userguides.rst
parent40573998821fde7ffeabe8507f4c9e8c7cf762f6 (diff)
downloadllvm-5d499c2de415dabf2c5d4f72d1a62e060e601583.tar.gz
llvm-5d499c2de415dabf2c5d4f72d1a62e060e601583.tar.bz2
llvm-5d499c2de415dabf2c5d4f72d1a62e060e601583.tar.xz
docs: Add SphinxQuickstartTemplate.rst.
The intent of this document is to be the go-to document for anybody who wants to write new documentation, but isn't familiar with Sphinx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/userguides.rst')
-rw-r--r--docs/userguides.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/userguides.rst b/docs/userguides.rst
index 6ff46ade48..94f7218724 100644
--- a/docs/userguides.rst
+++ b/docs/userguides.rst
@@ -18,6 +18,7 @@ User Guides
HowToAddABuilder
yaml2obj
HowToSubmitABug
+ SphinxQuickstartTemplate
* :ref:`getting_started`
@@ -70,6 +71,10 @@ User Guides
Instructions for properly submitting information about any bugs you run into
in the LLVM system.
+* :doc:`SphinxQuickstartTemplate`
+
+ A template + tutorial for writing new Sphinx documentation. It is meant
+ to be read in source form.
* `LLVM Testing Infrastructure Guide <TestingGuide.html>`_