llvm-capstone/lld/docs
Rui Ueyama cfb2534ef8 Revert "Convert other drivers to use WrapperNode" and subsequent commits.
r225764 broke a basic functionality on Mac OS. This change reverts
r225764, r225766, r225767, r225769, r225814, r225816, r225829, and r225832.

llvm-svn: 225859
2015-01-14 00:21:34 +00:00
..
_static docs: Add the standard LLVM favicon. 2012-04-06 21:49:53 +00:00
_templates [docs] Remove a dead link. 2012-04-10 16:18:16 +00:00
llvm-theme Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
C++11.rst Fix a typo spotted by Anton. 2014-03-02 13:00:23 +00:00
CMakeLists.txt Add support for building Sphinx documentation when being built inside LLVM source tree and using CMake. 2014-04-18 21:59:05 +00:00
conf.py Fix missing favicon.ico warning (Sphinx 1.2.2). The comments next to 2014-08-06 14:37:00 +00:00
design.rst Remove group-parent references. 2014-06-03 03:07:49 +00:00
development.rst [lld] Fix typo in document. 2013-05-11 00:26:26 +00:00
Driver.rst Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
getting_started.rst Fix broken link. 2014-03-05 20:39:57 +00:00
hello.png
index.rst Tweak lld's checkout instructions. 2014-12-23 18:52:41 +00:00
make.bat
Makefile
open_projects.rst [AArch64] Initial ELF/AArch64 Support 2014-08-13 13:16:38 +00:00
Readers.rst Revert "Convert other drivers to use WrapperNode" and subsequent commits. 2015-01-14 00:21:34 +00:00
README.txt Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
sphinx_intro.rst Spelling and grammar corrections. 2013-02-03 07:05:26 +00:00
windows_support.rst Fix sphinx warning. 2014-08-06 14:11:47 +00:00

lld Documentation
=================

The lld documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

We currently use the 'nature' theme and a Beaker inspired structure.

To rebuild documents into html:

   [/lld/docs]> make html