diff --git a/llvm/docs/programming.rst b/llvm/docs/programming.rst index b198d97cd1da..a23402276dd8 100644 --- a/llvm/docs/programming.rst +++ b/llvm/docs/programming.rst @@ -3,32 +3,32 @@ Programming Documentation ========================= - * `LLVM Language Reference Manual `_ +* `LLVM Language Reference Manual `_ - Defines the LLVM intermediate representation and the assembly form of the - different nodes. + Defines the LLVM intermediate representation and the assembly form of the + different nodes. - * `The LLVM Programmers Manual `_ +* `The LLVM Programmers Manual `_ - Introduction to the general layout of the LLVM sourcebase, important classes - and APIs, and some tips & tricks. + Introduction to the general layout of the LLVM sourcebase, important classes + and APIs, and some tips & tricks. - * `CommandLine library Reference Manual `_ +* `CommandLine library Reference Manual `_ - Provides information on using the command line parsing library. + Provides information on using the command line parsing library. - * `LLVM Coding standards `_ +* `LLVM Coding standards `_ - Details the LLVM coding standards and provides useful information on writing - efficient C++ code. + Details the LLVM coding standards and provides useful information on writing + efficient C++ code. - * `Extending LLVM `_ +* `Extending LLVM `_ - Look here to see how to add instructions and intrinsics to LLVM. + Look here to see how to add instructions and intrinsics to LLVM. - * `Doxygen generated documentation `_ +* `Doxygen generated documentation `_ - (`classes `_) - (`tarball `_) + (`classes `_) + (`tarball `_) - * `ViewVC Repository Browser `_ +* `ViewVC Repository Browser `_