hanchenye-llvm-project/lld/docs
Rui Ueyama 3f851704c1 Move new lld's code to Common subdirectory.
New lld's files are spread under lib subdirectory, and it isn't easy
to find which files are actually maintained. This patch moves maintained
files to Common subdirectory.

Differential Revision: https://reviews.llvm.org/D37645

llvm-svn: 314719
2017-10-02 21:00:41 +00:00
..
_static
_templates
llvm-theme
AtomLLD.rst Add notes about the scope of the documents. 2017-02-24 04:31:08 +00:00
CMakeLists.txt docs: Fix Sphinx detection with out-of-tree builds 2017-05-09 01:43:22 +00:00
Driver.rst Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
NewLLD.rst minor grammar fix 2017-08-04 20:06:03 +00:00
README.txt
Readers.rst Add notes about the scope of the documents. 2017-02-24 04:31:08 +00:00
ReleaseNotes.rst Clear release notes for 6.0.0 2017-07-19 14:09:52 +00:00
conf.py Bump docs version to 6.0 2017-07-19 13:47:08 +00:00
design.rst Add notes about the scope of the documents. 2017-02-24 04:31:08 +00:00
development.rst Add notes about the scope of the documents. 2017-02-24 04:31:08 +00:00
getting_started.rst
hello.png
index.rst Fix .rst formatting error. 2017-10-01 03:50:48 +00:00
make.bat
open_projects.rst
sphinx_intro.rst
windows_support.rst [lld] Update Windows support docs 2017-07-14 04:05:39 +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