2012-04-07 07:47:34 +08:00
|
|
|
.. _development:
|
|
|
|
|
|
|
|
Development
|
|
|
|
===========
|
|
|
|
|
|
|
|
lld is developed as part of the `LLVM <http://llvm.org>`_ project.
|
|
|
|
|
2012-06-13 06:43:35 +08:00
|
|
|
Creating a Reader
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
See the :ref:`Creating a Reader <Readers>` guide.
|
|
|
|
|
|
|
|
|
2013-01-15 10:00:59 +08:00
|
|
|
Modifying the Driver
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
See :doc:`Driver`.
|
|
|
|
|
|
|
|
|
2012-06-13 06:43:35 +08:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
-------------
|
2012-04-07 07:47:34 +08:00
|
|
|
|
|
|
|
The project documentation is written in reStructuredText and generated using the
|
|
|
|
`Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
|
|
|
|
information on writing documentation for the project, see the
|
|
|
|
:ref:`sphinx_intro`.
|
2012-06-19 04:24:47 +08:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
|
|
|
|
Readers
|
2013-01-15 10:00:59 +08:00
|
|
|
Driver
|