llvm-project/lld/docs
Etienne Bergeron 8430489847 fix warning when generating sphinx doc.
llvm-svn: 276227
2016-07-21 02:27:05 +00:00
..
_static
_templates
llvm-theme Fix trailing whitespace. 2014-01-27 03:09:26 +00:00
AtomLLD.rst Update the documents of the new LLD. 2016-03-12 06:06:40 +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
Driver.rst fix warning when generating sphinx doc. 2016-07-21 02:27:05 +00:00
NewLLD.rst Update the readme text. 2016-07-13 19:14:25 +00:00
README.txt
Readers.rst Remove the Native file format. 2015-04-10 21:23:51 +00:00
ReleaseNotes.rst Trunk release notes are now for 4.0.0 2016-07-18 18:07:03 +00:00
conf.py docs/conf.py: update version to 4.0 2016-07-18 18:12:14 +00:00
design.rst Delete more ELF bits from the old linker. 2016-02-28 16:03:37 +00:00
development.rst [lld] Fix typo in document. 2013-05-11 00:26:26 +00:00
getting_started.rst getting_started.rst: fix 'unknown target name' error 2016-01-27 17:54:35 +00:00
hello.png
index.rst Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
make.bat
open_projects.rst Remove links to deleted TODOs. 2016-04-16 11:11:56 +00:00
sphinx_intro.rst
windows_support.rst COFF: Update windows_support.html. 2015-09-03 17:01:18 +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