blob: 16d9b857bd8276662b2fe9d852b475dd0e59acee [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
Michael J. Spencered195072013-01-15 02:00:59 +000014Modifying the Driver
15--------------------
16
17See :doc:`Driver`.
18
19
Nick Kledzikb47d6ca2012-06-12 22:43:35 +000020
21Documentation
22-------------
Daniel Dunbareaa88c82012-04-06 23:47:34 +000023
24The project documentation is written in reStructuredText and generated using the
25`Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
26information on writing documentation for the project, see the
27:ref:`sphinx_intro`.
Nick Kledzik920cedd2012-06-18 20:24:47 +000028
29.. toctree::
30 :hidden:
31
32 Readers
Michael J. Spencered195072013-01-15 02:00:59 +000033 Driver