Daniel Dunbar | 75083eb | 2012-04-19 16:31:19 +0000 | [diff] [blame] | 1 | LLVM Documentation |
| 2 | ================== |
| 3 | |
| 4 | The 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 Bendersky | 77ed342 | 2012-10-18 18:12:05 +0000 | [diff] [blame] | 9 | is currently tested with Sphinx 1.1.3. |
Daniel Dunbar | 75083eb | 2012-04-19 16:31:19 +0000 | [diff] [blame] | 10 | |
| 11 | For more information, see the "Sphinx Introduction for LLVM Developers" |
| 12 | document. |