llvm-project/lld/docs
Rui Ueyama 8b1c940c0b Re-add ReleaseNotes to the doc tree.
Looks like it is not allowed to have an .rst file in this directory
that does not belong to a document tree. I don't know why. This patch
adds a file back to fix a bot.

llvm-svn: 296087
2017-02-24 04:23:39 +00:00
..
_static
_templates
llvm-theme Partially revert r287009: Remove trailing whitespace. 2016-11-15 19:09:13 +00:00
AtomLLD.rst Reorganize the document structure a bit. 2017-02-24 04:13:08 +00:00
CMakeLists.txt
Driver.rst fix warning when generating sphinx doc. 2016-07-21 02:27:05 +00:00
NewLLD.rst [docs] Fix typo in section heading. 2017-01-22 03:28:56 +00:00
README.txt
Readers.rst Remove the Native file format. 2015-04-10 21:23:51 +00:00
ReleaseNotes.rst Don't try to link to the 4.0 release notes 2017-02-09 23:27:17 +00:00
conf.py Update docs/conf.py version 2017-01-12 21:43:32 +00:00
design.rst Delete more ELF bits from the old linker. 2016-02-28 16:03:37 +00:00
development.rst Reorganize the document structure a bit. 2017-02-24 04:13:08 +00:00
getting_started.rst getting_started.rst: fix 'unknown target name' error 2016-01-27 17:54:35 +00:00
hello.png Partially revert r287009: Remove trailing whitespace. 2016-11-15 19:09:13 +00:00
index.rst Re-add ReleaseNotes to the doc tree. 2017-02-24 04:23:39 +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 Remove trailing whitespace. 2016-10-05 20:09: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