hanchenye-llvm-project/lld/docs
Nick Kledzik abb6981f68 Major refactoring: Remove Platform concept. In its place there are
now Reader and Writer subclasses for each file format.  Each Reader and
Writer subclass defines an "options" class which controls how that Reader
or Writer operates.

llvm-svn: 157774
2012-05-31 22:34:00 +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
Makefile
README.txt Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
conf.py [docs] Update version number. I suggest that at some point we make the 2012-04-20 19:30:12 +00:00
design.rst Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
development.rst [docs] Add getting started guide. 2012-04-25 19:34:24 +00:00
getting_started.rst show how to specify alternate path to clang compiler 2012-04-26 23:41:01 +00:00
hello.png
index.rst [docs] Add getting started guide. 2012-04-25 19:34:24 +00:00
make.bat
open_projects.rst [docs] Add more open projects. 2012-04-08 03:47:49 +00:00
sphinx_intro.rst [docs] Note that 'make.bat' provides the same interface as the Makefile for 2012-04-06 23:55:50 +00:00

README.txt

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