Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 1 | .. _development: |
| 2 | |
| 3 | Development |
| 4 | =========== |
| 5 | |
| 6 | lld is developed as part of the `LLVM <http://llvm.org>`_ project. |
| 7 | |
Nick Kledzik | b47d6ca | 2012-06-12 22:43:35 +0000 | [diff] [blame] | 8 | Creating a Reader |
| 9 | ----------------- |
| 10 | |
| 11 | See the :ref:`Creating a Reader <Readers>` guide. |
| 12 | |
| 13 | |
Michael J. Spencer | ed19507 | 2013-01-15 02:00:59 +0000 | [diff] [blame] | 14 | Modifying the Driver |
| 15 | -------------------- |
| 16 | |
| 17 | See :doc:`Driver`. |
| 18 | |
| 19 | |
Nick Kledzik | b47d6ca | 2012-06-12 22:43:35 +0000 | [diff] [blame] | 20 | |
| 21 | Documentation |
| 22 | ------------- |
Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 23 | |
| 24 | The project documentation is written in reStructuredText and generated using the |
| 25 | `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more |
| 26 | information on writing documentation for the project, see the |
| 27 | :ref:`sphinx_intro`. |
Nick Kledzik | 920cedd | 2012-06-18 20:24:47 +0000 | [diff] [blame] | 28 | |
| 29 | .. toctree:: |
| 30 | :hidden: |
| 31 | |
| 32 | Readers |
Michael J. Spencer | ed19507 | 2013-01-15 02:00:59 +0000 | [diff] [blame] | 33 | Driver |