docs: Fix Sphinx warning over Atomics.rst.
authorSean Silva <silvas@purdue.edu>
Fri, 21 Sep 2012 02:46:32 +0000 (02:46 +0000)
committerSean Silva <silvas@purdue.edu>
Fri, 21 Sep 2012 02:46:32 +0000 (02:46 +0000)
Atomics.rst was not linked into the toctree.

Docs now build warning-free!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164356 91177308-0d34-0410-b5e6-96231b3b80d8

docs/programming.rst

index 27e43014ee3cb9bf933dc3ed9fae105801e456c9..5d000cb3c2e341f8729b93acdca27a85539c302e 100644 (file)
@@ -8,12 +8,17 @@ Programming Documentation
 
    CodingStandards
    CommandLine
+   Atomics
 
 * `LLVM Language Reference Manual <LangRef.html>`_
 
   Defines the LLVM intermediate representation and the assembly form of the
   different nodes.
 
+* :ref:`atomics`
+
+  Information about LLVM's concurrency model.
+
 * `The LLVM Programmers Manual <ProgrammersManual.html>`_
 
   Introduction to the general layout of the LLVM sourcebase, important classes