blob: c32f8c9e357f0830717ed9fd736d64268f435020 [file] [log] [blame]
Daniel Dunbareaa88c82012-04-06 23:47:34 +00001.. _development:
2
3Development
4===========
5
6lld is developed as part of the `LLVM <http://llvm.org>`_ project.
7
Nick Kledzikb47d6ca2012-06-12 22:43:35 +00008Creating a Reader
9-----------------
10
11See the :ref:`Creating a Reader <Readers>` guide.
12
13
14
15Documentation
16-------------
Daniel Dunbareaa88c82012-04-06 23:47:34 +000017
18The project documentation is written in reStructuredText and generated using the
19`Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
20information on writing documentation for the project, see the
21:ref:`sphinx_intro`.