docs: Convert ProgrammersManual to reST.
Patch by Alexander Zinenko!
llvm-svn: 169208
diff --git a/llvm/docs/programming.rst b/llvm/docs/programming.rst
index c4eec59..3fea6ed 100644
--- a/llvm/docs/programming.rst
+++ b/llvm/docs/programming.rst
@@ -12,6 +12,7 @@
CompilerWriterInfo
ExtendingLLVM
HowToSetUpLLVMStyleRTTI
+ ProgrammersManual
* `LLVM Language Reference Manual <LangRef.html>`_
@@ -22,7 +23,7 @@
Information about LLVM's concurrency model.
-* `The LLVM Programmers Manual <ProgrammersManual.html>`_
+* :doc:`ProgrammersManual`
Introduction to the general layout of the LLVM sourcebase, important classes
and APIs, and some tips & tricks.