blob: 5ddd599d8a7896ab267e38a9315a6c21d73b37d7 [file] [log] [blame]
Daniel Dunbar75083eb2012-04-19 16:31:19 +00001LLVM Documentation
2==================
3
4The LLVM documentation is currently written in two formats:
5
6 * Plain HTML documentation.
7
8 * reStructured Text documentation using the Sphinx documentation generator. It
Eli Bendersky77ed3422012-10-18 18:12:05 +00009 is currently tested with Sphinx 1.1.3.
Daniel Dunbar75083eb2012-04-19 16:31:19 +000010
11 For more information, see the "Sphinx Introduction for LLVM Developers"
12 document.